Searched refs:BT_UUID_PACS_SNK_LOC (Results 1 – 5 of 5) sorted by relevance
61 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SNK_LOC); in is_peer_subscribed()
309 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()
408 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC;605 BT_AUDIO_CHRC(BT_UUID_PACS_SNK_LOC, \
86 static const struct bt_uuid *pacs_snk_loc_uuid = BT_UUID_PACS_SNK_LOC;
4748 #define BT_UUID_PACS_SNK_LOC \ macro