Skip to content

Commit

Permalink
Sample: Bluetooth: Mesh: Fix BT role cfg
Browse files Browse the repository at this point in the history
Ensures that the ipc_radio config does not
enable the BT_CENTRAL ROLE, while still
keeping the BT_OBSERVER role.

Signed-off-by: Anders Storrø <[email protected]>
  • Loading branch information
Andrewpini committed May 31, 2024
1 parent 0708c6b commit 1fd0366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/mesh/light/sysbuild/ipc_radio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ CONFIG_BT_EXT_ADV_MAX_ADV_SET=5

CONFIG_IPC_RADIO_BT=y
CONFIG_IPC_RADIO_BT_HCI_IPC=y

# Ensure that BT_CENTRAL role is disabled, while still keeping the BT_OBSERVER role
CONFIG_BT_CENTRAL=n
CONFIG_BT_OBSERVER=y

0 comments on commit 1fd0366

Please sign in to comment.