How can I configure the maximum and minimum connect event length when create a new le connection? #13615
-
I am trying to change the maximum and minimum connect event length. They cannot be set when calling the function bt_conn_create_le (max and min ce length are zero by default). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I don't think you're missing anything. There's never been a need for these, so they haven't been exposed in the API. Note that these are informational parameters to the controller, i.e. they don't necessarily do anything at all, and if they do it's controller-dependent on how they're used. @cvinayak @carlescufi do you know if our controller does anything with this info? |
Beta Was this translation helpful? Give feedback.
-
For now the controller is not using the min and max parameters, but based on a user requirement and case, it can be implemented as needed. Just for the record, as related to the issue here, a related commit towards using connection event length: 32c2f85 |
Beta Was this translation helpful? Give feedback.
For now the controller is not using the min and max parameters, but based on a user requirement and case, it can be implemented as needed.
Just for the record, as related to the issue here, a related commit towards using connection event length: 32c2f85