summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-20 12:15:53 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-20 12:15:53 +0100
commit8692374650434f82bd728f7e61aa03198218478d (patch)
treea07f62a3109abc32e2c64da5b73d9d14e09f9ea0 /lib
parentf1e20c6ca20f82398a46faf39f6d4088840953e7 (diff)
downloadgnome-bluetooth-8692374650434f82bd728f7e61aa03198218478d.tar.gz
lib: Add constants for some Bluetooth LE services
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth-utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index fae9cfdb..0394acfb 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -304,6 +304,9 @@ bluetooth_appearance_to_type (guint16 appearance)
#define BLUETOOTH_UUID_GENERIC_NET 0x1201
#define BLUETOOTH_UUID_VDP_SOURCE 0x1303
+#define BLUETOOTH_LE_UUID_BATTERY 0x180F
+#define BLUETOOTH_LE_UUID_HUMAN_INTERFACE_DEVICE 0x1812
+
static const char *
uuid16_custom_to_string (guint uuid16, const char *uuid)
{