btstack协议栈---总目录_bt stack是什么-CSDN博客
目录
1.hid_descriptor_mouse_boot_mode
- // from USB HID Specification 1.1, Appendix B.2
- const uint8_t hid_descriptor_mouse_boot_mode[] = {
- 0x05, 0x01, // USAGE_PAGE (Generic Desktop)
- 0x09, 0x02, // USAGE (Mouse)
- 0xa1, 0x01, // COLLECTION (Application)
-
- 0x85, 0x01, // Report ID 1
-
- 0x09, 0x01, // USAGE (Pointer)
-
- 0xa1, 0x00, // COLLECTION (Physical)
-
- #if 1
- 0x05, 0x09, // USAGE_PAGE (Button)
- 0x19, 0x01, // USAGE_MINIMUM (Button 1)
- 0x29, 0x03, // USAGE_MAXIMUM (Button 3)
- 0x15, 0x00,