We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6ab75 commit 60290cdCopy full SHA for 60290cd
1 file changed
examples/NimBLE_Server/main/main.cpp
@@ -26,7 +26,7 @@ class ServerCallbacks : public NimBLEServerCallbacks {
26
* Latency: number of intervals allowed to skip.
27
* Timeout: 10 millisecond increments.
28
*/
29
- pServer->updateConnParams(connInfo.getConnHandle(), 24, 48, 0, 18);
+ pServer->updateConnParams(connInfo.getConnHandle(), 24, 48, 0, 180);
30
}
31
32
void onDisconnect(NimBLEServer* pServer, NimBLEConnInfo& connInfo, int reason) override {
0 commit comments