[gnome-bluetooth] lib: Make HID-over-GATT Bluetooth LE devices connectable



commit 095f5b9f4c1a09f4285071024ec3512565fc9ac0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 3 17:54:00 2017 +0100

    lib: Make HID-over-GATT Bluetooth LE devices connectable
    
    We need to have more UUIDs defined for the GATT services to be
    recognised. We'll only add the HID-over-GATT UUID for now, as it's the
    only one we can test and integrate with.

 lib/bluetooth-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index 62bd53c..201e479 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -335,6 +335,7 @@ uuid16_to_string (guint uuid16, const char *uuid)
        case BLUETOOTH_UUID_HFP_AG:
                return "HandsfreeAudioGateway";
        case BLUETOOTH_UUID_HID:
+       case 0x1812:
                return "HumanInterfaceDeviceService";
        case BLUETOOTH_UUID_SAP:
                return "SIM_Access";


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