From 44712aa5af155fd57ae11e8c0411c65c60b67b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Mon, 30 Sep 2019 05:29:27 -0500 Subject: [PATCH] apps/bttester: Enable Friend feature Friend feature test cases in auto-pts require this option to be enabled. --- apps/bttester/src/mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bttester/src/mesh.c b/apps/bttester/src/mesh.c index 6bac3cc9b..e18a2a4ed 100644 --- a/apps/bttester/src/mesh.c +++ b/apps/bttester/src/mesh.c @@ -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