We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b306f commit 5bc2b9bCopy full SHA for 5bc2b9b
1 file changed
device/src/bt_manager.c
@@ -91,7 +91,7 @@ void BtManager_StopBt() {
91
void BtManager_StartScanningAndAdvertisingAsync(bool wasAggresive, const char* eventLabel) {
92
BT_TRACE_AND_ASSERT("bm4");
93
uint32_t maxDelay = 5000;
94
- uint32_t minDelay = 20;
+ uint32_t minDelay = 100;
95
static int8_t aggressiveTries = 0;
96
97
aggressiveTries = wasAggresive ? aggressiveTries + 1 : 0;
0 commit comments