We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c999 commit cbf88adCopy full SHA for cbf88ad
1 file changed
autopts/wid/gap.py
@@ -1812,6 +1812,19 @@ def hdl_wid_403(_: WIDParams):
1812
return True
1813
1814
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
1828
def hdl_wid_406(_: WIDParams):
1829
# Please enter General Connectable Mode using private addresses.
1830
# Note: IUT is expected to do directed advertising with target address set
0 commit comments