mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'fix-ble-cordio-reset-sequence' of https://github.com/desmond-blue/mbed-os into rollup
commit
9960ea93ed
|
@ -223,6 +223,11 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case HCI_OPCODE_LE_WRITE_DEF_DATA_LEN:
|
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) {
|
if (hciCoreCb.extResetSeq) {
|
||||||
/* send first extended command */
|
/* send first extended command */
|
||||||
(*hciCoreCb.extResetSeq)(pMsg, opcode);
|
(*hciCoreCb.extResetSeq)(pMsg, opcode);
|
||||||
|
|
Loading…
Reference in New Issue