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/ |
D | pacs_notify_server_test.c | 38 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()
|
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.6.0/tests/bsim/bluetooth/host/gatt/ccc_store/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() 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, ¬ify_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/ |
D | peripheral.c | 157 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, ¬ify_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/ |
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.6.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.6.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.6.0/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-Core-3.6.0/subsys/bluetooth/audio/ |
D | has.c | 1773 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/ |
D | gatt.h | 553 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/ |
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-Core-3.6.0/subsys/bluetooth/host/ |
D | gatt.c | 2777 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function
|