2023-02-13 10:36 AM
I'm trying to use aci_gatt_update_char_ext but it requires connection handle.
But in Custom_STM.c file only have service handle and characteristics handle.
Where can I find connection handle and what is typical variable for it?
Solved! Go to Solution.
2023-08-01 07:45 AM
The connection handle is "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.
I'm trying to call this to other files.
2023-08-01 07:45 AM
The connection handle is "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.
I'm trying to call this to other files.