summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-10 11:24:46 +0100
committerBastien Nocera <hadess@hadess.net>2022-03-10 11:35:13 +0100
commite0af22035875ff11bb499c589e66a19dd1a6ab61 (patch)
treeade8d924d2c43eca92e1514afea7107a75964aad
parent30bb76ef6a07fce76cda1e44e6ffef4766829c15 (diff)
downloadgnome-bluetooth-e0af22035875ff11bb499c589e66a19dd1a6ab61.tar.gz
lib: Add support for connecting to BLE MID devices
As supported by bluez in its MIDI plugin.
-rw-r--r--lib/bluetooth-device.c1
1 files changed, 1 insertions, 0 deletions
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)