Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Question regarding Slave latency and supervision timeout. #253

DhirajGehlot opened this issue Nov 30, 2018 · 1 comment

Question regarding Slave latency and supervision timeout. #253

DhirajGehlot opened this issue Nov 30, 2018 · 1 comment

Comments

DhirajGehlot commented Nov 30, 2018

I am trying to follow guidelines set up by apple : https://developer.apple.com/library/archive/qa/qa1931/_index.html
for connection parameters like
link also includes : BLE Parameter Validation Spreadsheet which is checklist for connection parameters.

Based on sheet:

Connection interval min (ms) | 15
Connection interval max (ms) | 30
Slave latency | 0
Supervision timeout (ms) | 2000
Advertising interval (ms) | 20

I have two queries:

  1. This link shows method to set connection interval and advertising interval, however, whats the default value of slave latency and supervision timeout? Can I set that using API?
  2. Are these value correct for connection interval mentioned above?
    nRF.setAdvertisingInterval(20); // for 20 ms advertising interval
    nRF.setConnectionInterval(12, 24); // considering 1.25ms increment

The text was updated successfully, but these errors were encountered: