Search found 1 match

by Fahad_K_R
Mon Mar 11, 2024 8:50 am
Forum: ESP-IDF
Topic: BLE multiple peripheral connect
Replies: 0
Views: 456

BLE multiple peripheral connect

I am using ESP32-IDF BLE with NimBLE stack. I want to connect 2 peripheral devices with my board. I can successfully connect 2 devices and after the connection I am calling the API for discover services for the first device, and then second device. I am getting the services and characteristics of bo...