We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009d335 commit ab53aaaCopy full SHA for ab53aaa
tests/bluetooth/tester/overlay-mesh-v1d1.conf
@@ -23,6 +23,7 @@ CONFIG_BT_MESH_DFU_SLOT_CNT=2
23
CONFIG_BT_MESH_PRIV_BEACONS=y
24
CONFIG_BT_MESH_PRIV_BEACON_SRV=y
25
CONFIG_BT_MESH_PRIV_BEACON_CLI=y
26
+CONFIG_BT_MESH_OD_PRIV_PROXY_SRV=y
27
CONFIG_BT_MESH_MODEL_EXTENSIONS=y
28
CONFIG_BT_MESH_COMP_PAGE_1=y
29
CONFIG_BT_MESH_COMP_PAGE_2=y
tests/bluetooth/tester/src/btp_mesh.c
@@ -5081,7 +5081,7 @@ static const struct btp_handler handlers[] = {
5081
.func = srpl_clear
5082
},
5083
#endif
5084
-#if defined(CONFIG_BT_MESH_SOLICITATION)
+#if defined(CONFIG_BT_MESH_PROXY_SOLICITATION)
5085
{
5086
.opcode = BTP_MESH_PROXY_SOLICIT,
5087
.expect_len = sizeof(struct btp_proxy_solicit_cmd),
0 commit comments