Skip to content

Commit 5bc2b9b

Browse files
committed
Increase minimum advertising delay.
1 parent 39b306f commit 5bc2b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

device/src/bt_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void BtManager_StopBt() {
9191
void BtManager_StartScanningAndAdvertisingAsync(bool wasAggresive, const char* eventLabel) {
9292
BT_TRACE_AND_ASSERT("bm4");
9393
uint32_t maxDelay = 5000;
94-
uint32_t minDelay = 20;
94+
uint32_t minDelay = 100;
9595
static int8_t aggressiveTries = 0;
9696

9797
aggressiveTries = wasAggresive ? aggressiveTries + 1 : 0;

0 commit comments

Comments
 (0)