Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c38 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in is_peer_subscribed()
46 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed()
54 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in is_peer_subscribed()
62 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in is_peer_subscribed()
70 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_AVAILABLE_CONTEXT); in is_peer_subscribed()
78 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SUPPORTED_CONTEXT); in is_peer_subscribed()
Dcsip_notify_server_test.c20 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_CSIS_SET_LOCK); in is_peer_subscribed()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c156 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed()
166 const struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, in send_value_notification()
253 bt_gatt_find_by_uuid(NULL, 0, &notify_characteristic_uuid.uuid); in check_ccc_handle()
264 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c157 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed()
271 bt_gatt_find_by_uuid(NULL, 0, &notify_characteristic_uuid.uuid); in check_ccc_handle()
278 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
/Zephyr-Core-3.6.0/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c62 bt_gatt_find_by_uuid(mtu_test.attrs, 0xffff, &notify_characteristic_uuid.uuid); in run_peripheral_sample()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c161 attrs[0] = bt_gatt_find_by_uuid(NULL, 0, TEST_LONG_CHRC_UUID); in test_main()
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral/src/
Dmain.c366 vnd_ind_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, in main()
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/bluetooth/audio/
Dhas.c1773 hearing_aid_features_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
1779 preset_control_point_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
1783 active_preset_index_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h553 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr,
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c2777 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function