Home
last modified time | relevance | path

Searched refs:BtTestUtilsError (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentBleAdvertisementDiscoveryTest.py28 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
59 except BtTestUtilsError:
113 except BtTestUtilsError:
DConcurrentBleAdvertisingTest.py27 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
63 except BtTestUtilsError:
67 except BtTestUtilsError:
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpRangeWithBleAdvTest.py23 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
146 raise BtTestUtilsError(
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/
DBleStressTest.py27 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
329 except BtTestUtilsError as err:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py19 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
111 except BtTestUtilsError as err:
Dbt_test_utils.py73 class BtTestUtilsError(Exception): class
432 raise BtTestUtilsError(
1027 raise BtTestUtilsError(
1040 raise BtTestUtilsError(
1435 raise BtTestUtilsError(
1676 raise BtTestUtilsError(
Dbt_coc_test_utils.py170 except BtTestUtilsError as err: