mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +00:00
btstack_hid: remove HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT
This commit is contained in:
parent
7e1dcd5a78
commit
640945cecc
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Fixed
|
### Fixed
|
||||||
- GAP: store link key for standard/non-SSP pairing
|
- GAP: store link key for standard/non-SSP pairing
|
||||||
### Changed
|
### Changed
|
||||||
|
- BTstack HID: remove HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT
|
||||||
|
|
||||||
|
|
||||||
## Release v1.6.2
|
## Release v1.6.2
|
||||||
|
@ -95,10 +95,6 @@ typedef enum {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
HID_PROTOCOL_MODE_BOOT = 0,
|
HID_PROTOCOL_MODE_BOOT = 0,
|
||||||
HID_PROTOCOL_MODE_REPORT,
|
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;
|
} hid_protocol_mode_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user