This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650 Detection Connection Status

Is there a way to detect when a peripheral device disconnects ??

I want to implement a backup time where the peripheral device can self disconnect after xx minutes even if the central device did not

I see there is a event when the device connection but I do not see an event when the peripheral is disconnected

Is there a what to query the current connection status ???

or Is there an event call back when the peripheral gets disconnected ??

Thanks

Brian

  • Hello Brian,

    Please see the 5.2 GAPRole Task section in the SW Dev Guide (SWRU393). You can use linkDB methods to query the current connection status. See the associated linkdb.h header file.

    Best wishes