I cannot understand this function "Cunstom_STM_Update_Char" regarding aci_gatt_update_char_value in BLE P2P template example.
I'm following the P2P template example and I found that to send data using BLE, the example uses the Custom_STM_App_Update_Char function. However, as I know the update API is aci_gatt_update_char_value. So, I'm confused because the Custom_STM_App_Upd...