Searched refs:actual_ccc_handle (Results 1 – 2 of 2) sorted by relevance
255 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle() local257 __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()
279 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle() local281 __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()