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

reason for Disconnect 0x22 error

dear Devzone

A disconnect error 0x22 occurred.

I know that error 0x22 is LMP_RESPONSE_TIMEOUT / LL_RESPONSE_TIMEOUT.

However, the location of the error and the reason for its occurrence are not clear. I will also attach a log of this.

Disconnect reason error 0x22.zip

and

#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE

#if 1

#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 67

#etc

#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 136

#endif

#endif

Making it like above seems to make the error go away, but is it related to this error?

Ask again because the situation you saw in other questions is different.

I used nRF52832 (NFC, 2Mbps) and nexsus6.

thank!

youngsoo.bae

Related