Commit 3a0b1b43 authored by Johan Hedberg's avatar Johan Hedberg Committed by Johan Hedberg
Browse files

tests: bluetooth/mesh: Enable beacon by default



There are some PTS tests, which expect the IUT to send some beacons
after provisioning, so enable the feature by default.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 2a74be43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ static bool has_reg_fault = true;

static struct bt_mesh_cfg cfg_srv = {
	.relay = BT_MESH_RELAY_DISABLED,
	.beacon = BT_MESH_BEACON_DISABLED,
	.beacon = BT_MESH_BEACON_ENABLED,
#if defined(CONFIG_BT_MESH_FRIEND)
#if defined(CONFIG_BT_MESH_LOW_POWER)
	.frnd = BT_MESH_FRIEND_DISABLED,