mirror of https://github.com/ARMmbed/mbed-os.git
BLE:Fix cordio reset sequence
parent
fe59870965
commit
a70f0e6780
|
@ -223,6 +223,11 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
|
|||
} break;
|
||||
|
||||
case HCI_OPCODE_LE_WRITE_DEF_DATA_LEN:
|
||||
/* send next command in sequence */
|
||||
HciReadLocalVerInfoCmd();
|
||||
break;
|
||||
|
||||
case HCI_OPCODE_READ_LOCAL_VER_INFO:
|
||||
if (hciCoreCb.extResetSeq) {
|
||||
/* send first extended command */
|
||||
(*hciCoreCb.extResetSeq)(pMsg, opcode);
|
||||
|
|
Loading…
Reference in New Issue