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 fe59870 commit a70f0e6Copy full SHA for a70f0e6
features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.cpp
@@ -223,6 +223,11 @@ 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
(*hciCoreCb.extResetSeq)(pMsg, opcode);
0 commit comments