Searched refs:ccc_attr (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | central_test.c | 430 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(attr, 0, BT_UUID_GATT_CCC); in subscribe_battery_level() local 433 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level() 455 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(attr, 0, BT_UUID_GATT_CCC); in subscribe_battery_critical_status() local 458 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_critical_status() 480 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(attr, 0, BT_UUID_GATT_CCC); in subscribe_battery_level_status() local 484 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level_status() 491 .ccc_handle = bt_gatt_attr_get_handle(ccc_attr), in subscribe_battery_level_status()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 254 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle() local 255 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 278 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle() local 279 uint16_t actual_ccc_handle = bt_gatt_attr_get_handle(ccc_attr); in check_ccc_handle()
|