From 7be5fe1669e2cb77f3423f3d064f5c752cc9b52c Mon Sep 17 00:00:00 2001 From: rbaron Date: Sun, 12 Feb 2023 16:02:51 +0100 Subject: [PATCH] [ble] Bumps default advertising interval to [30, 40] ms This makes the BLE sample use the same parameters as the legacy firmware, and immproves the range. --- code/nrf-connect/samples/ble/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nrf-connect/samples/ble/Kconfig b/code/nrf-connect/samples/ble/Kconfig index deafecd..a8f22dc 100644 --- a/code/nrf-connect/samples/ble/Kconfig +++ b/code/nrf-connect/samples/ble/Kconfig @@ -12,11 +12,11 @@ config PRST_BLE_ADV_DURATION_SEC config PRST_BLE_MIN_ADV_INTERVAL int "Minimum advertising interval in milliseconds" - default 100 + default 30 config PRST_BLE_MAX_ADV_INTERVAL int "Maximum advertising interval in milliseconds" - default 150 + default 40 choice PRST_BLE_ENCODING prompt "b-parasite BLE encoding"