Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py70 class BtTestUtilsError(Exception): class
426 raise BtTestUtilsError(
945 raise BtTestUtilsError(
958 raise BtTestUtilsError(
1355 raise BtTestUtilsError(
1597 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.py170 except BtTestUtilsError as err:
/tools/test/connectivity/acts_tests/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_tests/tests/google/ble/system_tests/
DBleStressTest.py27 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
328 except BtTestUtilsError as err: