Skip to content

Commit ab53aaa

Browse files
alxelaxcvinayak
authored andcommitted
[nrf fromtree] tests: bluetooth: tester: enable proxy solicitation
Commit enables proxy solicitation functionality (server part) for mesh proxy PTS tests. Signed-off-by: Aleksandr Khromykh <[email protected]> (cherry picked from commit 917a3e6) Signed-off-by: Alperen Şener <[email protected]>
1 parent 009d335 commit ab53aaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/bluetooth/tester/overlay-mesh-v1d1.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CONFIG_BT_MESH_DFU_SLOT_CNT=2
2323
CONFIG_BT_MESH_PRIV_BEACONS=y
2424
CONFIG_BT_MESH_PRIV_BEACON_SRV=y
2525
CONFIG_BT_MESH_PRIV_BEACON_CLI=y
26+
CONFIG_BT_MESH_OD_PRIV_PROXY_SRV=y
2627
CONFIG_BT_MESH_MODEL_EXTENSIONS=y
2728
CONFIG_BT_MESH_COMP_PAGE_1=y
2829
CONFIG_BT_MESH_COMP_PAGE_2=y

tests/bluetooth/tester/src/btp_mesh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5081,7 +5081,7 @@ static const struct btp_handler handlers[] = {
50815081
.func = srpl_clear
50825082
},
50835083
#endif
5084-
#if defined(CONFIG_BT_MESH_SOLICITATION)
5084+
#if defined(CONFIG_BT_MESH_PROXY_SOLICITATION)
50855085
{
50865086
.opcode = BTP_MESH_PROXY_SOLICIT,
50875087
.expect_len = sizeof(struct btp_proxy_solicit_cmd),

0 commit comments

Comments
 (0)