ConnectionParams vs ConnectTimeout #663
|
Hi, The NimBLE_Client example has the following setup before calling the connection function.
Is this correct? If so, would you recommend also increasing setConnectionTimeout() in order to achieve longer connection distances? |
Replies: 1 comment
|
Sorry for the late reply, your understanding of those functions is correct. I would personally set them both higher, |
Sorry for the late reply, your understanding of those functions is correct. I would personally set them both higher,
setConnectionTimeout(30)andsetConnectionParams(12,12,0,250)