GATTC connect to multiple similar GATTS: Should I register GATT app for each server?
Posted: Wed Jun 19, 2019 7:20 pm
IDF has example of gattc_multI_connect only for situation connecting to different GATTS devices using diffirentiation on gattc_if
I need to connect GATT Client to 3 exactly same GATT Server devices (they differ only by bluetooth device address, bda)
Should I register apps for each one, or I can use single esp_ble_gattc_app_register call and can work with all three devices using differetiation on conn_id?
I need to connect GATT Client to 3 exactly same GATT Server devices (they differ only by bluetooth device address, bda)
Should I register apps for each one, or I can use single esp_ble_gattc_app_register call and can work with all three devices using differetiation on conn_id?