Home
last modified time | relevance | path

Searched refs:bt_gatt_find_by_uuid (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/pacs/src/
Dmain.c77 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/
Dpacs_notify_server_test.c53 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()
Dcsip_notify_server_test.c32 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/
Dperipheral.c148 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, &notify_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/
Dperipheral.c158 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, &notify_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/
Dperipheral_mtu_update.c92 bt_gatt_find_by_uuid(mtu_test.attrs, 0xffff, &notify_characteristic_uuid.uuid); in run_peripheral_sample()
/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/notify_multiple/src/
Dgatt_server_test.c173 attrs[0] = bt_gatt_find_by_uuid(NULL, 0, TEST_LONG_CHRC_UUID); in test_main()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c435 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/
Dmain.c412 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/
Dgatt.c590 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/
Dhas.c1789 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()
Dtbs.c431 .attr = bt_gatt_find_by_uuid(inst->attrs, 0, uuid), in set_value_changed()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h765 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/
Dmain.c665 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/
Dgatt.c2859 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function