Search found 1 match
- Thu Jul 20, 2017 3:39 pm
- Forum: General Discussion
- Topic: Can ESP32 BLE scan and connection at the same time?
- Replies: 0
- Views: 2436
Can ESP32 BLE scan and connection at the same time?
Hi Guys, I'm trying to use ESP32 develop one gateway, connect 2 BLE devices and transfer signal out through RS485 and WiFi. I want ESP32 BLE can work as Gatt Client, and keep scan in idle mode. When it discover one paired BLE device, it can make connection with it through esp_ble_gattc_open . I hope...