bluez5: set device.bus to bluetooth

This commit is contained in:
Wim Taymans 2021-01-25 13:07:31 +01:00
parent 3366eeb65e
commit b3f728b1a0

View file

@ -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" },
};