Skip to content

Commit cbf88ad

Browse files
m-alperen-senersjanc
authored andcommitted
wid: gap: add wid 405 for test cases GAP/PRIV/CONN/BV-10-C.
- Adding wid 405 for test case GAP/PRIV/CONN/BV-10-C.
1 parent c63c999 commit cbf88ad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

autopts/wid/gap.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,19 @@ def hdl_wid_403(_: WIDParams):
18121812
return True
18131813

18141814

1815+
def hdl_wid_405(_: WIDParams):
1816+
"""
1817+
Please change private addresse and enter Undirected Connectable Mode.
1818+
"""
1819+
1820+
# We don't need to do anything, RPA will change automatically after RPA
1821+
# timeout. We should not change the RPA by any other means because this
1822+
# WID is used by test cases that checks the RPA change according to the
1823+
# RPA timeout. WID 405 exists only for PTS itself.
1824+
1825+
return True
1826+
1827+
18151828
def hdl_wid_406(_: WIDParams):
18161829
# Please enter General Connectable Mode using private addresses.
18171830
# Note: IUT is expected to do directed advertising with target address set

0 commit comments

Comments
 (0)