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
64 except BtTestUtilsError:
118 except BtTestUtilsError:
DConcurrentBleAdvertisingTest.py28 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
64 except BtTestUtilsError:
68 except BtTestUtilsError:
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DBleStressTest.py27 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
329 except BtTestUtilsError as err:
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py19 from acts.test_utils.bt.bt_test_utils import BtTestUtilsError
111 except BtTestUtilsError as err:
Dbt_test_utils.py69 class BtTestUtilsError(Exception): class
425 raise BtTestUtilsError(
887 raise BtTestUtilsError(
900 raise BtTestUtilsError(
1297 raise BtTestUtilsError(
1539 raise BtTestUtilsError(
Dbt_coc_test_utils.py167 except BtTestUtilsError as err: