Home
last modified time | relevance | path

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

/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.c146 struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_DUMMY_SERVICE_NOTIFY); in is_peer_subscribed()
156 const struct bt_gatt_attr *attr = bt_gatt_find_by_uuid(NULL, 0, in send_value_notification()
243 bt_gatt_find_by_uuid(NULL, 0, &notify_characteristic_uuid.uuid); in check_ccc_handle()
254 struct bt_gatt_attr *ccc_attr = bt_gatt_find_by_uuid(&attr, 0, BT_UUID_GATT_CCC); in check_ccc_handle()
/Zephyr-latest/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-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.c161 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/subsys/bluetooth/audio/
Dhas.c1791 hearing_aid_features_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
1797 preset_control_point_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
1801 active_preset_index_attr = bt_gatt_find_by_uuid(has_svc.attrs, has_svc.attr_count, in bt_has_register()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h702 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.c2850 struct bt_gatt_attr *bt_gatt_find_by_uuid(const struct bt_gatt_attr *attr, in bt_gatt_find_by_uuid() function