This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unknown HCI errors

Hi,

I do receive undefined HCI errors in my disconnection handler. I wait for the BLE_GAP_EVT_DISCONNECTED event and use the bleEvent->evt.gap_evt.params.disconnected.reason parameter to find out the status code which I do then compare with the list of possible errors. But i often receive HCI error 62 (0x3E) and sometimes others. Is that a known issue?

Thanks

Related