Home
last modified time | relevance | path

Searched refs:actual_ccc_handle (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c255 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle() local
257 __ASSERT(actual_ccc_handle == CCC_HANDLE, in check_ccc_handle()
258 "Please update the CCC_HANDLE define (actual_ccc_handle=%d)", actual_ccc_handle); in check_ccc_handle()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c279 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle() local
281 __ASSERT(actual_ccc_handle == CCC_HANDLE, in check_ccc_handle()
282 "Please update the CCC_HANDLE define (actual_ccc_handle=%d)", actual_ccc_handle); in check_ccc_handle()