[gnome-bluetooth/wip/hadess/add-midi-uuid: 2/2] lib: Add support for connecting to BLE MID devices




commit 96781be57257126751c65df5085937fcdc4bc166
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Mar 10 11:24:46 2022 +0100

    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(+)
---
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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]