File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
18151828def 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
You can’t perform that action at this time.
0 commit comments