Hi,
I am using cc2541 Ble Stack,
If i enable pairing then the Bluetooth is automatically disconnected after some time.
Please find the settings below:
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 80
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 800
#define DEFAULT_DESIRED_SLAVE_LATENCY 0
#define DEFAULT_DESIRED_CONN_TIMEOUT 1000
If i use it without pairing it is working fine.
Thanks in Advance!