Home
last modified time | relevance | path

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/
Dgatt_macs.h146 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CCC, _perm,\
/Zephyr-Core-2.7.6/samples/bluetooth/central_hr/src/
Dmain.c71 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
/Zephyr-Core-2.7.6/samples/bluetooth/central_ht/src/
Dmain.c98 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_app/src/
Dtest_connect1.c158 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/pong/src/
Dble.c35 static struct bt_uuid *gatt_ccc_uuid = BT_UUID_GATT_CCC;
/Zephyr-Core-2.7.6/include/bluetooth/
Duuid.h519 #define BT_UUID_GATT_CCC \ macro
Dgatt.h795 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c2330 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/
Dgatt.c554 } 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/
Dgatt.c674 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) && in print_attr()