Skip to content

Commit

Permalink
applications: Matter Bridge: allow parallel scan and advertising
Browse files Browse the repository at this point in the history
Set CONFIG_BT_EXT_ADV to support simultaneous BT central scan
and peripheral advertising also for configuration with security
layer disabled.

Signed-off-by: Marcin Kajor <[email protected]>
  • Loading branch information
markaj-nordic authored and cvinayak committed Feb 6, 2024
1 parent 3918857 commit 22a1af4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/matter_bridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ config BT_GATT_CLIENT
config BT_GATT_DM
default y

config BT_EXT_ADV
default y

config BT_SMP
default y

Expand All @@ -114,9 +117,6 @@ config BT_MAX_PAIRED
config BT_ID_MAX
default 2

config BT_EXT_ADV
default y

config BT_EXT_ADV_LEGACY_SUPPORT
default y

Expand Down

0 comments on commit 22a1af4

Please sign in to comment.