Search found 1 match
- Wed Jul 03, 2024 10:15 am
- Forum: ESP-IDF
- Topic: issue about BLE multi connetion
- Replies: 0
- Views: 424
issue about BLE multi connetion
Hello, ESP32 team. I am implementing BLE multi-connection : one central(master) <-> 3~5 peripherals(slave). It is ok if i connect the slave one by one as the example of "gattc_multi_connect". But there are some issues when I try to connect all the slaves to the master at the same time. I am wonderin...