Skip to content

Commit 2086a47

Browse files
committed
Added changes for ble connection interval
1 parent 4e2245b commit 2086a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/silabs/rs911x/BLEManagerImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ extern "C" {
6262
#include <setup_payload/AdditionalDataPayloadGenerator.h>
6363
#endif
6464

65-
#define BLE_MIN_CONNECTION_INTERVAL_MS 45
66-
#define BLE_MAX_CONNECTION_INTERVAL_MS 45
65+
#define BLE_MIN_CONNECTION_INTERVAL_MS 24
66+
#define BLE_MAX_CONNECTION_INTERVAL_MS 40
6767
#define BLE_SLAVE_LATENCY_MS 0
6868
#define BLE_TIMEOUT_MS 400
6969
#define BLE_DEFAULT_TIMER_PERIOD_MS (1)

0 commit comments

Comments
 (0)