How to connect more than one BLE devices?
Posted: Wed Jan 11, 2017 3:08 am
Now I use the ESP32 as Master, and want to connect More than one BLE devices?
I find two profiles in gattc_client example. Is that means that ESP32 can connect two ble slavers ? And one profile corresponding one ble slaver ? I also find an issue that ESP32 can only call esp_ble_gattc_app_register twice at most. The third time will register failed and the status in esp_gattc_cb is ESP_GATT_NO_RESOURCES.
Has anyone can give me some suggestion ?
I find two profiles in gattc_client example. Is that means that ESP32 can connect two ble slavers ? And one profile corresponding one ble slaver ? I also find an issue that ESP32 can only call esp_ble_gattc_app_register twice at most. The third time will register failed and the status in esp_gattc_cb is ESP_GATT_NO_RESOURCES.
Has anyone can give me some suggestion ?