From e0af22035875ff11bb499c589e66a19dd1a6ab61 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 10 Mar 2022 11:24:46 +0100 Subject: lib: Add support for connecting to BLE MID devices As supported by bluez in its MIDI plugin. --- lib/bluetooth-device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/bluetooth-device.c b/lib/bluetooth-device.c index a3514675..406f1635 100644 --- a/lib/bluetooth-device.c +++ b/lib/bluetooth-device.c @@ -62,6 +62,7 @@ static const char *connectable_uuids[] = { "HandsfreeAudioGateway", "HumanInterfaceDeviceService", "Human Interface Device", + "MIDI", }; G_DEFINE_TYPE(BluetoothDevice, bluetooth_device, G_TYPE_OBJECT) -- cgit v1.2.1