Solved
What is connection handle when programming microcontroller?
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?