Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:fails

97         Also note that if the device method fails at the first time, we would
382 instance.fails.append(fail_msg)
1662 @returns: True if it fails to set invalid advertising intervals.
2065 # Run through every tests and collect failed tests in self.fails.
2066 self.fails = []
2108 if self.fails:
2109 raise error.TestFail(self.fails)