fix(nimble): Add hardware error event handling as normal event

This commit is contained in:
Rahul Tank
2026-09-07 18:06:36 +05:30
committed by BOT
parent 2e6d41c2e9
commit 0a55d54683

View File

@@ -306,7 +306,8 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len)
}
if (data[1] == BLE_HCI_EVCODE_HW_ERROR) {
assert(0);
esp_rom_printf("HCI HW error from controller, hw_code=%d\n",
(totlen > BLE_HCI_EVENT_HDR_LEN) ? data[3] : 0);
}
/* Allocate LE Advertising Report Event from lo pool only */