Rohit Grover
Rohit Grover
It was an oversight on my part to not define structures for the callbacks in SecurityManager. I believe we should switch to using such structures and also allow chaining of...
@andresag01 getMinNonConnectableAdvertisingInterval() returns the interval which applies to non-connectable advertising; whereas getMinAdvertisingInterval() returns the interval for other types of advertising. Is this a case of expanding on the existing documentation?
please submit a PR to fix this documentation
I've deleted the obsolete comment block from the documentation of `setAdvertisingInterval`. Let's file an issue about setAdvertisingInterval and see how we all feel about changing the API so that both...
any activity done through radio notification callbacks can potentially delay the radio from doing timing sensitive operations. Radio notification callback handler should be _very_ brief.