From: Anupam Roy Date: Mon, 17 Aug 2020 18:33:15 +0000 (+0530) Subject: Mesh: Initialize Vendor Info in local config node X-Git-Tag: submit/tizen/20200817.231237^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caa8b04f9c6e6b91db7c0c4ac1fb9ca37d63e10e;p=platform%2Fcore%2Fapi%2Fbluetooth.git Mesh: Initialize Vendor Info in local config node Change-Id: I599d59ec3648b771f0ba5d8114edfa43ed9c227b Signed-off-by: Anupam Roy --- diff --git a/tests/test/bt_mesh_unit_test.c b/tests/test/bt_mesh_unit_test.c index 33edb70..62501d2 100644 --- a/tests/test/bt_mesh_unit_test.c +++ b/tests/test/bt_mesh_unit_test.c @@ -1134,6 +1134,10 @@ int test_input_callback(void *data) switch (test_id) { case BT_MESH_UNIT_TEST_FUNCTION_NODE_CREATE:{ bt_mesh_node_features_s features; + features.cid = 0x00aa; + features.pid = 0x00ab; + features.vid = 0x00ac; + features.crpl = 0x7fff; features.features = BT_MESH_FEATURE_RELAY; features.features |= BT_MESH_FEATURE_LOWPOWER;