cancel
Showing results for 
Search instead for 
Did you mean: 

What is connection handle when programming microcontroller?

KKIM.6
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
KKIM.6
Senior

The connection handle is  "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.

I'm trying to call this to other files.

View solution in original post

1 REPLY 1
KKIM.6
Senior

The connection handle is  "BleApplicationContext.BleApplicationContext_legacy.connectionHandle" in app_ble.c file.

I'm trying to call this to other files.