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.