From 48210e6d9260165f346127021ee292970c7ff80e Mon Sep 17 00:00:00 2001 From: milanr-q <114670456+milanr-q@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:00:14 +0100 Subject: [PATCH] Changing max period of slow advertisement to 600ms (#24516) --- src/platform/qpg/CHIPDevicePlatformConfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/qpg/CHIPDevicePlatformConfig.h b/src/platform/qpg/CHIPDevicePlatformConfig.h index 7e9d51ba1b9f05..097e9ca3f76f96 100644 --- a/src/platform/qpg/CHIPDevicePlatformConfig.h +++ b/src/platform/qpg/CHIPDevicePlatformConfig.h @@ -65,5 +65,8 @@ #define CHIP_DEVICE_CONFIG_CHIPOBLE_ENABLE_ADVERTISING_AUTOSTART 0 #define CHIP_DEVICE_CONFIG_ENABLE_PAIRING_AUTOSTART 0 +// Maps to 600ms interval +#define CHIP_DEVICE_CONFIG_BLE_SLOW_ADVERTISING_INTERVAL_MAX 960 + // ========== Platform-specific Cluster Overrides ========= #define CHIP_CLUSTER_NETWORK_COMMISSIONING_MAX_NETWORKS 1