mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
hids_client: remove logic for HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT
This commit is contained in:
parent
53c499e405
commit
7e1dcd5a78
@ -1265,8 +1265,6 @@ static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint
|
||||
break;
|
||||
}
|
||||
|
||||
btstack_assert(client->required_protocol_mode != HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT);
|
||||
|
||||
switch (client->required_protocol_mode){
|
||||
case HID_PROTOCOL_MODE_REPORT:
|
||||
for (i = 0; i < client->num_instances; i++){
|
||||
|
Loading…
x
Reference in New Issue
Block a user