Searched refs:BT_UUID_PACS_SNK (Results 1 – 5 of 5) sorted by relevance
53 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK); in is_peer_subscribed()
443 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()
385 static const struct bt_uuid *pacs_snk_uuid = BT_UUID_PACS_SNK;589 BT_AUDIO_CHRC(BT_UUID_PACS_SNK, \
83 static const struct bt_uuid *snk_uuid = BT_UUID_PACS_SNK;
4739 #define BT_UUID_PACS_SNK \ macro