decrease advert interval

This commit is contained in:
liquidraver
2026-03-05 08:23:23 +01:00
parent abfe1577e5
commit b7bb72266a
+3 -3
View File
@@ -202,11 +202,11 @@ config ZEPHCORE_BLE_ADV_FAST_INTERVAL
config ZEPHCORE_BLE_ADV_SLOW_INTERVAL
int "BLE slow advertising interval (units: 0.625ms)"
default 874
range 400 3200
default 338
range 244 3200
help
Slow advertising interval in 0.625ms units.
874 = 546.25ms (Apple-compliant, battery-friendly).
338 = 211.25ms (Apple-compliant, balanced discovery/battery).
config ZEPHCORE_BLE_ADV_FAST_TIMEOUT
int "Duration of fast advertising mode (seconds)"