What is connection handle when programming microcontroller?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
BLE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-01 7:45 AM
The connection handle is "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.
I'm trying to call this to other files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-08-01 7:45 AM
The connection handle is "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.
I'm trying to call this to other files.
