Home
last modified time | relevance | path

Searched refs:BT_UUID_PACS_SNK_LOC (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c61 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed()
Dpacs_notify_client_test.c309 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SNK_LOC)) { in discover_snk_loc()
350 memcpy(&uuid, BT_UUID_PACS_SNK_LOC, sizeof(uuid)); in discover_and_subscribe_snk_loc()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c408 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC;
605 BT_AUDIO_CHRC(BT_UUID_PACS_SNK_LOC, \
Dbap_unicast_client.c86 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC;
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4748 #define BT_UUID_PACS_SNK_LOC \ macro