We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f8ca4 commit 16bb7e5Copy full SHA for 16bb7e5
features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.cpp
@@ -223,11 +223,6 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
223
} break;
224
225
case HCI_OPCODE_LE_WRITE_DEF_DATA_LEN:
226
- /* send next command in sequence */
227
- HciReadLocalVerInfoCmd();
228
- break;
229
-
230
- case HCI_OPCODE_READ_LOCAL_VER_INFO:
231
if (hciCoreCb.extResetSeq) {
232
/* send first extended command */
233
HciReadLocalVerInfoCmd();
0 commit comments