From b3f728b1a01dde1d5ecb90ed01065aa0059cf5cb Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 25 Jan 2021 13:07:31 +0100 Subject: [PATCH] bluez5: set device.bus to bluetooth --- spa/plugins/bluez5/bluez5-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/bluez5/bluez5-device.c b/spa/plugins/bluez5/bluez5-device.c index f8e27dd58..f60274707 100644 --- a/spa/plugins/bluez5/bluez5-device.c +++ b/spa/plugins/bluez5/bluez5-device.c @@ -195,6 +195,7 @@ static int emit_nodes(struct impl *this) static const struct spa_dict_item info_items[] = { { SPA_KEY_DEVICE_API, "bluez5" }, + { SPA_KEY_DEVICE_BUS, "bluetooth" }, { SPA_KEY_MEDIA_CLASS, "Audio/Device" }, };