Home
last modified time | relevance | path

Searched refs:BT_UUID_GATT_CCC (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_client_test.c111 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 …]
Dhas_client_test.c446 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/
Dgatt_macs.h146 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CCC, _perm,\
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c430 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/
Dcentral.c111 bt_uuid_cmp(params->uuid, BT_UUID_GATT_CCC) == 0) { in discover_func()
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c37 static const struct bt_uuid *ccc_uuid = BT_UUID_GATT_CCC;
/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c75 memcpy(&discover_uuid, BT_UUID_GATT_CCC, sizeof(discover_uuid)); in discover_func()
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c98 memcpy(&discover_uuid, BT_UUID_GATT_CCC, sizeof(discover_uuid)); in discover_func()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c254 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/
Dperipheral.c278 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/
Dtest_connect1.c207 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid)); in discover_func()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c34 static const struct bt_uuid *gatt_ccc_uuid = BT_UUID_GATT_CCC;
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1055 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
Duuid.h886 #define BT_UUID_GATT_CCC \ macro
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2916 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/
Dbtp_gatt.c614 } 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/
Dgatt.c698 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) && in print_attr()