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/ |
D | pacs_notify_server_test.c | 35 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()
|
D | csip_notify_server_test.c | 20 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/ |
D | peripheral.c | 155 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, ¬ify_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/ |
D | peripheral.c | 156 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, ¬ify_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/ |
D | peripheral_mtu_update.c | 62 bt_gatt_find_by_uuid(mtu_test.attrs, 0xffff, ¬ify_characteristic_uuid.uuid); in run_peripheral_sample()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 161 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/ |
D | main.c | 366 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/ |
D | gatt.h | 501 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | gatt.c | 2767 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function
|