Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple BLE: add function to change connection interval #2

Open
bradjc opened this issue Sep 29, 2015 · 1 comment
Open

Simple BLE: add function to change connection interval #2

bradjc opened this issue Sep 29, 2015 · 1 comment

Comments

@bradjc
Copy link
Member

bradjc commented Sep 29, 2015

Would be useful

@brghena
Copy link
Member

brghena commented Dec 17, 2015

Waiting seems to have solved this problem for us. SDK 10 introduced ble_conn_params_change_conn_params(...)

"Use this function to change the connection parameters to a new set of parameter (ie different from the ones given at init of the module). This function is usefull for scenario where most of the time the application needs a relatively big connection interval, and just sometimes, for a temporary period requires shorter connection interval, for example to transfer a higher amount of data. If the given parameters does not match the current connection's parameters this function initiates a new negotiation."

I'll leave the issue open until one of us actually tests it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants