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

nRF52 stuck after disconnect from android.

Hi,

I am using nRF52 chip with SDK13.0. MTU size 155.

I am connect with device using android phone. After sending 1 byte command device starting to send continuous notification to android phone.

Device is busy to send notification to android phone. meanwhile if I press disconnect button in android (nRF Connect App), device stuck somewhere. I am guessing this happens because I am not getting BLE DISCONNCT event quickly and during that interval also trying to send notification even ble link is break.

Is there any way to know quickly if ble link drop? (without waiting BLE DISCONNECT event)

what is other route cause of device stuck in this situation?

Thanks.

Related