Skip to content

Commit

Permalink
Enable CHIPOBLE_SINGLE_CONNECTION in ESP32 (#7793)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yyzhong-g authored and pull[bot] committed Sep 7, 2021
1 parent 3fc727e commit 2499649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/esp32/components/chip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2499649

Please sign in to comment.