/Zephyr-latest/tests/bluetooth/audio/pacs/src/ |
D | main.c | 77 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in ZTEST() 85 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in ZTEST() 93 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in ZTEST() 101 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in ZTEST() 112 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in ZTEST() 115 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in ZTEST() 118 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in ZTEST() 121 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pacs_notify_server_test.c | 53 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in is_peer_subscribed() 61 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed() 69 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in is_peer_subscribed() 77 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in is_peer_subscribed() 85 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_AVAILABLE_CONTEXT); in is_peer_subscribed() 93 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SUPPORTED_CONTEXT); in is_peer_subscribed()
|
D | csip_notify_server_test.c | 32 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_CSIS_SET_LOCK); in is_peer_subscribed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 148 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed() 158 const struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, in send_value_notification() 226 bt_gatt_find_by_uuid(NULL, 0, ¬ify_characteristic_uuid.uuid); in check_ccc_handle() 234 bt_gatt_find_by_uuid(service_notify_attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 158 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed() 272 bt_gatt_find_by_uuid(NULL, 0, ¬ify_characteristic_uuid.uuid); in check_ccc_handle() 275 bt_gatt_find_by_uuid(service_notify_attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
|
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 92 bt_gatt_find_by_uuid(mtu_test.attrs, 0xffff, ¬ify_characteristic_uuid.uuid); in run_peripheral_sample()
|
/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/notify_multiple/src/ |
D | gatt_server_test.c | 173 attrs[0] = bt_gatt_find_by_uuid(NULL, 0, TEST_LONG_CHRC_UUID); in test_main()
|
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 435 vnd_ind_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 412 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_peripheral_main()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 590 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, uint16_t attr_count, in bt_gatt_find_by_uuid() function
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has.c | 1789 hearing_aid_features_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register() 1795 preset_control_point_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register() 1799 active_preset_index_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
|
D | tbs.c | 431 .attr = bt_gatt_find_by_uuid(inst->attrs, 0, uuid), in set_value_changed()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 765 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 665 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_central_main()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 2859 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function
|