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

Why is BLE(nrf52810) disconnected automatically after connecting to nrf connect tool?

I have a project to use NRF52810 to connect the App. When testing it, I found that when it was successfully connected to the NRF Connect tool, it would automatically disconnect after about 30 seconds. Through the log, we can find that it was received successively in the ble_evt_handler function  

BLE_GAP_EVT_CONN_PARAM_UPDATE and BLE_GAP_EVT_DISCONNECTED messages, and disconnect reason returns 0x22, which is BLE_HCI_STATUS_CODE_LMP_RESPONSE_TIMEOUT,  Why does this happen?  

Parents Reply Children
No Data
Related