Home
last modified time | relevance | path

Searched refs:BT_UUID_PACS_SNK (Results 1 – 5 of 5) 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()
Dpacs_notify_client_test.c443 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SNK)) { in discover_pacs_snk()
484 memcpy(&uuid, BT_UUID_PACS_SNK, sizeof(uuid)); in discover_and_subscribe_snk_pacs()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c385 static const struct bt_uuid *pacs_snk_uuid = BT_UUID_PACS_SNK;
589 BT_AUDIO_CHRC(BT_UUID_PACS_SNK, \
Dbap_unicast_client.c83 static const struct bt_uuid *snk_uuid = BT_UUID_PACS_SNK;
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4739 #define BT_UUID_PACS_SNK \ macro