We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ef2aa6 + 400e09f commit d377ffdCopy full SHA for d377ffd
src/helpers/nrf52/SerialBLEInterface.cpp
@@ -86,7 +86,7 @@ void SerialBLEInterface::startAdv() {
86
* https://developer.apple.com/library/content/qa/qa1931/_index.html
87
*/
88
Bluefruit.Advertising.restartOnDisconnect(false); // don't restart automatically as we handle it in onDisconnect
89
- Bluefruit.Advertising.setInterval(32, 1600);
+ Bluefruit.Advertising.setInterval(32, 244);
90
Bluefruit.Advertising.setFastTimeout(30); // number of seconds in fast mode
91
Bluefruit.Advertising.start(0); // 0 = Don't stop advertising after n seconds
92
0 commit comments