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 96040be commit 5025022Copy full SHA for 5025022
features/FEATURE_BLE/targets/TARGET_CORDIO/driver/CordioHCIDriver.cpp
@@ -230,7 +230,7 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
230
case HCI_OPCODE_READ_LOCAL_VER_INFO:
231
if (hciCoreCb.extResetSeq) {
232
/* send first extended command */
233
- (*hciCoreCb.extResetSeq)(pMsg, opcode);
+ HciReadLocalVerInfoCmd();
234
} else {
235
/* initialize extended parameters */
236
hciCoreCb.maxAdvDataLen = 0;
@@ -242,6 +242,7 @@ void CordioHCIDriver::handle_reset_sequence(uint8_t *pMsg)
242
}
243
break;
244
245
+ case HCI_OPCODE_READ_LOCAL_VER_INFO:
246
case HCI_OPCODE_LE_READ_MAX_ADV_DATA_LEN:
247
case HCI_OPCODE_LE_READ_NUM_SUP_ADV_SETS:
248
case HCI_OPCODE_LE_READ_PER_ADV_LIST_SIZE:
0 commit comments