btstack_hid: remove HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT

This commit is contained in:
Matthias Ringwald 2025-01-30 11:41:36 +01:00
parent 7e1dcd5a78
commit 640945cecc
2 changed files with 1 additions and 4 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- GAP: store link key for standard/non-SSP pairing
### Changed
- BTstack HID: remove HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT
## Release v1.6.2

View File

@ -95,10 +95,6 @@ typedef enum {
typedef enum {
HID_PROTOCOL_MODE_BOOT = 0,
HID_PROTOCOL_MODE_REPORT,
// the following item is only used for API calls in hid_host.h: hid_host_connect, hid_host_accept_connection
// in contrast to previous two enum items that will enforce given mode, this one enables fallback from report to boot mode
HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT
} hid_protocol_mode_t;
typedef enum {