hids_client: remove logic for HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT

This commit is contained in:
Matthias Ringwald 2025-01-30 11:40:51 +01:00
parent 53c499e405
commit 7e1dcd5a78

View File

@ -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++){