Searched refs:BT_UUID_PACS_SRC (Results 1 – 5 of 5) sorted by relevance
69 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC); in is_peer_subscribed()
376 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SRC)) { in discover_pacs_src()417 memcpy(&uuid, BT_UUID_PACS_SRC, sizeof(uuid)); in discover_and_subscribe_src_pacs()
490 static const struct bt_uuid *pacs_src_uuid = BT_UUID_PACS_SRC;617 BT_AUDIO_CHRC(BT_UUID_PACS_SRC, \
84 static const struct bt_uuid *src_uuid = BT_UUID_PACS_SRC;
4757 #define BT_UUID_PACS_SRC \ macro