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

BLE Disconnect Detect

Hi all, I am not very proficient in NORDIC and BLE. I was wondering if you could answer me. I am developing a module using NRF52. I have a redundant wireless communication channel: (1) a BLE connection (2) an RF link. This redundancy is just for sake of reliability where the primary channel is BLE. My device acts as a HID device for disabled patients for their cellphone. I need to switch to RF channel when BLE has a problem for any reason. I developed using NORDIC SDK and arm gcc.

Here is my question:

Is there any way that I can figure out there any way that a disconnection in BLE link detected? Idk if this affects your answer or not: the main assumption is that, we don't want to develop a driver on the cellphone side and we just want to use the HID driver.

Thanks in advance,

Related