From 2499649d1645b494bc12eb83c0cf009c9bba473b Mon Sep 17 00:00:00 2001 From: Yuanyao Zhong <82843247+yyzhong-g@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:47:28 -0400 Subject: [PATCH] Enable CHIPOBLE_SINGLE_CONNECTION in ESP32 (#7793) It ensures that only one BLE connection at a time. When WoBLE connection is active, advertising is stop. This prevent advertising when mac address is changed when RPA is turned on. --- config/esp32/components/chip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/esp32/components/chip/Kconfig b/config/esp32/components/chip/Kconfig index bd66ea155753c0..8991d7e97535ec 100644 --- a/config/esp32/components/chip/Kconfig +++ b/config/esp32/components/chip/Kconfig @@ -554,7 +554,7 @@ menu "CHIP Device Layer" config CHIPOBLE_SINGLE_CONNECTION bool "Single Connection Mode" - default n + default y depends on ENABLE_CHIPOBLE help Limit support for CHIP-over-BLE (WoBLE) to a single inbound connection.