Loading android/pandora/mmi2grpc/mmi2grpc/avrcp.py +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ class AVRCPProxy(ProfileProxy): the IUT connects to PTS to establish pairing. """ # Simulate CSR timeout: b/259102046 time.sleep(2) self.connection = self.host.WaitConnection(address=pts_addr).connection if ("TG" in test and "TG/VLH" not in test) or "CT/VLH" in test: try: Loading Loading
android/pandora/mmi2grpc/mmi2grpc/avrcp.py +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,8 @@ class AVRCPProxy(ProfileProxy): the IUT connects to PTS to establish pairing. """ # Simulate CSR timeout: b/259102046 time.sleep(2) self.connection = self.host.WaitConnection(address=pts_addr).connection if ("TG" in test and "TG/VLH" not in test) or "CT/VLH" in test: try: Loading