/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pacs_notify_client_test.c | 111 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_supported_contexts() 121 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_supported_contexts() 178 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_available_contexts() 188 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_available_contexts() 245 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_src_loc() 255 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_src_loc() 312 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_snk_loc() 322 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_snk_loc() 379 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_pacs_src() 389 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_pacs_src() [all …]
|
D | has_client_test.c | 446 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_features_cb() 457 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_features_cb() 512 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_active_preset_index_cb() 523 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_active_preset_index_cb() 577 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_control_point_cb() 588 } else if (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC)) { in discover_control_point_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 146 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CCC, _perm,\
|
/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() 455 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(attr, 0, BT_UUID_GATT_CCC); 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()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | central.c | 111 bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC) == 0) { in discover_func()
|
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/ |
D | central_mtu_update.c | 37 static const struct bt_uuid *ccc_uuid = BT_UUID_GATT_CCC;
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 75 memcpy(&discover_uuid, BT_UUID_GATT_CCC, sizeof(discover_uuid)); in discover_func()
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 98 memcpy(&discover_uuid, BT_UUID_GATT_CCC, sizeof(discover_uuid)); in discover_func()
|
/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()
|
/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()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect1.c | 207 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | ble.c | 34 static const struct bt_uuid *gatt_ccc_uuid = BT_UUID_GATT_CCC;
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1055 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
|
D | uuid.h | 886 #define BT_UUID_GATT_CCC \ macro
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 2916 bt_gatt_foreach_attr_type(data.handle, 0xffff, BT_UUID_GATT_CCC, NULL, in bt_gatt_notify_cb() 3143 bt_gatt_foreach_attr_type(data.handle, 0xffff, BT_UUID_GATT_CCC, NULL, in bt_gatt_indicate() 3477 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed() 3483 while (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) && in bt_gatt_is_subscribed() 3494 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed() 4690 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC) || in bt_gatt_discover() 5413 memcpy(&ccc_uuid, BT_UUID_GATT_CCC, sizeof(ccc_uuid)); in gatt_ccc_discover()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 614 } else if (!bt_uuid_cmp(d->uuid, BT_UUID_GATT_CCC)) { in alloc_descriptor() 830 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC)) { in alloc_value()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 698 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) && in print_attr()
|