Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentBleAdvertisementDiscoveryTest.py33 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
65 except BtTestUtilsError:
119 except BtTestUtilsError:
DConcurrentBleAdvertisingTest.py28 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
63 except BtTestUtilsError:
67 except BtTestUtilsError:
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py69 class BtTestUtilsError(Exception): class
411 raise BtTestUtilsError(
732 raise BtTestUtilsError(
745 raise BtTestUtilsError(
1140 raise BtTestUtilsError(
1392 raise BtTestUtilsError(
Dbt_gatt_utils.py19 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
111 except BtTestUtilsError as err:
Dbt_coc_test_utils.py167 except BtTestUtilsError as err:
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py27 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
328 except BtTestUtilsError as err: