From a0cf61601980e2e1b3c68023646d1ded5923ead8 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Thu, 25 Jun 2020 21:43:19 +0200
Subject: [PATCH] fix(hid): Move HID service attribute handles to 0x80

---
 .../BTLE/stack/ble-profiles/sources/services/svc_hid.h          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/services/svc_hid.h b/lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/services/svc_hid.h
index fcd657fe..ce424a2b 100644
--- a/lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/services/svc_hid.h
+++ b/lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/services/svc_hid.h
@@ -84,7 +84,7 @@ Macros
  *
  */
 /**@{*/
-#define HID_START_HDL                 0x100             /*!< \brief Start handle. */
+#define HID_START_HDL                 0x80             /*!< \brief Start handle. */
 #define HID_END_HDL                   (HID_MAX_HDL - 1) /*!< \brief End handle. */
 
 /**************************************************************************************************
-- 
GitLab