standard_hid.h 653 B

123456789101112131415161718
  1. #ifndef __STANDARD_HID_H__
  2. #define __STANDARD_HID_H__
  3. #include "typedef.h"
  4. #include "usb/device/hid.h"
  5. /*******************************************************************/
  6. /*
  7. *-------------------hid for ble
  8. */
  9. #define HID_UUID_16 0x1812
  10. #define HID_INFORMATION_UUID_16 0x2A4A
  11. #define HID_REPORT_MAP_UUID_16 0x2A4B
  12. #define HID_CONTROL_POINT_UUID_16 0x2A4C
  13. #define HID_REPORT_UUID_16 0x2A4D
  14. #define PROTOCOL_MODE_UUID_16 0x2A4E
  15. #define HID_REPORT_REFERENCE_UUID_16 0x2908
  16. #endif // #define __STANDARD_HID_H__