l2cap: add missing switch break

This commit is contained in:
Matthias Ringwald 2018-05-17 16:42:06 +02:00
parent 03a9359afe
commit 9909e5e4c9

View File

@ -2099,8 +2099,10 @@ static void l2cap_hci_event_handler(uint8_t packet_type, uint16_t cid, uint8_t *
break;
}
}
break;
#endif
// HCI Connection Timeouts
#ifdef ENABLE_CLASSIC
case L2CAP_EVENT_TIMEOUT_CHECK: