From b7bb72266aec799abf19e962a680f1e672c7dbd1 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:00:34 +0100 Subject: [PATCH] decrease advert interval --- zephcore/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zephcore/Kconfig b/zephcore/Kconfig index 09ac161..0c66115 100644 --- a/zephcore/Kconfig +++ b/zephcore/Kconfig @@ -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)"