From 7e1dcd5a7894d112a184fbe61b0e61dc1f464e8d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 30 Jan 2025 11:40:51 +0100 Subject: [PATCH] hids_client: remove logic for HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT --- src/ble/gatt-service/hids_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ble/gatt-service/hids_client.c b/src/ble/gatt-service/hids_client.c index 21daafb58..07944a2cb 100644 --- a/src/ble/gatt-service/hids_client.c +++ b/src/ble/gatt-service/hids_client.c @@ -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++){