Skip to content

Commit

Permalink
tests: bluetooth/mesh: Enable beacon by default
Browse files Browse the repository at this point in the history
There are some PTS tests, which expect the IUT to send some beacons
after provisioning, so enable the feature by default.

Signed-off-by: Johan Hedberg <[email protected]>
  • Loading branch information
Johan Hedberg authored and jhedberg committed Nov 7, 2017
1 parent 2a74be4 commit 3a0b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bluetooth/mesh/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a0b1b4

Please sign in to comment.