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