Timeout on LE Create Connection which call LE Create Connection Cancel #1023
-
We have a BLE device with an advertisement interval of 5 seconds. Is it possible to change this timeout? Trying to connect :
Monitor :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem arose from the "Autoconnecttimeout" parameter that we had set to 30000 in the ‘main.conf’ file. |
Beta Was this translation helpful? Give feedback.
The problem arose from the "Autoconnecttimeout" parameter that we had set to 30000 in the ‘main.conf’ file.
A bug, which has been corrected as of version 5.69, in the ‘parse_config_int’ function in the ‘main.c’ file did not prevent us from writing a value greater than the maximum defined for this 0x4000 parameter (16384).
By writing a value of 16380 for the Autoconnecttimeout parameter in the ‘main.conf’ file, our devices connect much more easily.