Skip to content

Commit

Permalink
zephyr: mesh: add wid 395 for mesh proxy solicitation test
Browse files Browse the repository at this point in the history
Adding the WID 395 to add support for testing Sending Proxy
Solicitation feature (TSPC_MESH_12_11)

Signed-off-by: alperen sener <[email protected]>
  • Loading branch information
m-alperen-sener committed Jul 2, 2024
1 parent 46e4bd4 commit cb77243
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions autopts/wid/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,14 @@ def hdl_wid_394(_: WIDParams):
btp.mesh_proxy_identity()
return True

def hdl_wid_395(_: WIDParams):
"""
Implements:
description: Please send Proxy Solicitation.
"""
btp.mesh_proxy_solicit()
return True

def hdl_wid_423(_: WIDParams):
"""
Implements:
Expand Down

0 comments on commit cb77243

Please sign in to comment.