Other Parts Discussed in Thread: CC2540
Hi everybody!
I have cc2540 minidev kit with ble 1.2.1.
In USB dongle I downoaded simpleBLECentral project (att client) and in keyfob I downloaded simpleBLEperipheral (att server) project with little changes (bond disable, password is zero).
USB dongle searches keyfob and connected to it successfully (GAP_LINK_ESTABLISHED_EVENT event generated).
When I remove battery from keyfob I guess simpleBLECentral should be generated GAP_LINK_TERMINATED_EVENT event, but this does not happen.
Is my reasoning correct?
Or how to detect when keyfob drop connecton (for example remove battery or out of area)?