Skip to content
Snippets Groups Projects
Commit a0cf6160 authored by schneider's avatar schneider
Browse files

fix(hid): Move HID service attribute handles to 0x80

parent 9b256c80
No related branches found
No related tags found
1 merge request!382HID over BLE
...@@ -84,7 +84,7 @@ Macros ...@@ -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. */ #define HID_END_HDL (HID_MAX_HDL - 1) /*!< \brief End handle. */
/************************************************************************************************** /**************************************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment