Searched refs:BT_UUID_GATT_CCC (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 146 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CCC, _perm,\
|
/Zephyr-Core-2.7.6/samples/bluetooth/central_hr/src/ |
D | main.c | 71 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
|
/Zephyr-Core-2.7.6/samples/bluetooth/central_ht/src/ |
D | main.c | 98 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_app/src/ |
D | test_connect1.c | 158 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
|
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/pong/src/ |
D | ble.c | 35 static struct bt_uuid *gatt_ccc_uuid = BT_UUID_GATT_CCC;
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | uuid.h | 519 #define BT_UUID_GATT_CCC \ macro
|
D | gatt.h | 795 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | gatt.c | 2330 bt_gatt_foreach_attr_type(data.handle, 0xffff, BT_UUID_GATT_CCC, NULL, in bt_gatt_notify_cb() 2410 bt_gatt_foreach_attr_type(data.handle, 0xffff, BT_UUID_GATT_CCC, NULL, in bt_gatt_indicate() 2685 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed() 2690 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed() 3788 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC) || in bt_gatt_discover() 4471 memcpy(&ccc_uuid, BT_UUID_GATT_CCC, sizeof(ccc_uuid)); in gatt_ccc_discover()
|
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/ |
D | gatt.c | 554 } else if (!bt_uuid_cmp(d->uuid, BT_UUID_GATT_CCC)) { in alloc_descriptor() 762 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC)) { in alloc_value()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | gatt.c | 674 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) && in print_attr()
|