Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentBleAdvertisementDiscoveryTest.py33 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
64 except BtTestUtilsError:
118 except BtTestUtilsError:
DConcurrentBleAdvertisingTest.py28 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
64 except BtTestUtilsError:
68 except BtTestUtilsError:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py70 class BtTestUtilsError(Exception): class
432 raise BtTestUtilsError(
951 raise BtTestUtilsError(
964 raise BtTestUtilsError(
1361 raise BtTestUtilsError(
1603 raise BtTestUtilsError(
Dbt_gatt_utils.py19 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError
111 except BtTestUtilsError as err:
Dbt_coc_test_utils.py170 except BtTestUtilsError as err:
/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: