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.

RTOS/CC2640R2F: Connection timeout duration

Part Number: CC2640R2F


Tool/software: TI-RTOS

Hello,

I am working on Serial Socket Client on TI BLE Examples on github. When i connect to Serial socket server, both of them working properly as expected. The notifications are received by client. But, when i broke the connection of server, client waits too much to terminate connection.

I guess connection termination is related to DEFAULT_UPDATE_CONN_TIMEOUT (which is supervision timeout). And my DEFAULT_UPDATE_CONN_TIMEOUT = 600 which is 6 seconds. Why does my client wait so much to terminate connection ? Is there another parameter which i should update to shorten connection timeout?

Best regards.