Search found 1 match
- Thu Sep 27, 2018 8:44 am
- Forum: ESP-IDF
- Topic: keep on ble scanning at the same time?
- Replies: 0
- Views: 2065
keep on ble scanning at the same time?
Hi Guys, I'm trying to use ESP32 develop one iot device, connect 2 BLE devices and transfer signal out through 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 it can ...