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.

GAP link terminated due to supervisor timeout( 0x08)

Other Parts Discussed in Thread: CC2541

hello,

In CC2541 i am getting "link terminated" event immediately after connection( withing a second).

Reason for disconnection is supervisor timeout(0x08).

My connection parameter are below

TGAP_CONN_EST_INT_MIN = 11

TGAP_CONN_EST_INT_MAX = 11

TGAP_CONN_EST_LATENCY = 0

TGAP_CONN_EST_SUPERV_TIMEOUT = 2500

In peripheral device following are the connection parameters

TGAP_CONN_EST_INT_MIN = 8

TGAP_CONN_EST_INT_MAX = 80

TGAP_CONN_EST_LATENCY = 0

TGAP_CONN_EST_SUPERV_TIMEOUT = 4000

I have not put any delay in my code after connection.

Regards,

Smitesh mali