apps/bttester: Enable Friend feature

Friend feature test cases in auto-pts require this option to be enabled.
This commit is contained in:
Michał Narajowski
2019-09-30 06:33:05 -05:00
parent 0ca4d11abc
commit 44712aa5af
+1 -1
View File
@@ -125,7 +125,7 @@ static struct bt_mesh_cfg_srv cfg_srv = {
.relay = BT_MESH_RELAY_ENABLED,
.beacon = BT_MESH_BEACON_ENABLED,
#if MYNEWT_VAL(BLE_MESH_FRIEND)
.frnd = BT_MESH_FRIEND_DISABLED,
.frnd = BT_MESH_FRIEND_ENABLED,
#else
.frnd = BT_MESH_FRIEND_NOT_SUPPORTED,
#endif