Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c35 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in is_peer_subscribed()
43 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed()
51 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in is_peer_subscribed()
59 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in is_peer_subscribed()
67 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_AVAILABLE_CONTEXT); in is_peer_subscribed()
75 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.5.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dperipheral.c155 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed()
233 bt_gatt_find_by_uuid(NULL, 0, &notify_characteristic_uuid.uuid); in check_ccc_handle()
240 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c156 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed()
270 bt_gatt_find_by_uuid(NULL, 0, &notify_characteristic_uuid.uuid); in check_ccc_handle()
277 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
/Zephyr-Core-3.5.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.5.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.5.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.5.0/include/zephyr/bluetooth/
Dgatt.h501 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr,
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c2767 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function