Searched refs:BT_UUID_PACS_SRC_LOC (Results 1 – 5 of 5) sorted by relevance
77 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_PACS_SRC_LOC); in is_peer_subscribed()
242 if (!bt_uuid_cmp(params->uuid, BT_UUID_PACS_SRC_LOC)) { in discover_src_loc()283 memcpy(&uuid, BT_UUID_PACS_SRC_LOC, sizeof(uuid)); in discover_and_subscribe_src_loc()
513 static const struct bt_uuid *pacs_src_loc_uuid = BT_UUID_PACS_SRC_LOC;633 BT_AUDIO_CHRC(BT_UUID_PACS_SRC_LOC, \
87 static const struct bt_uuid *pacs_src_loc_uuid = BT_UUID_PACS_SRC_LOC;
4766 #define BT_UUID_PACS_SRC_LOC \ macro