Home
last modified time | relevance | path

Searched refs:BTUtilsError (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py60 class BTUtilsError(Exception): class
110 raise BTUtilsError(
114 raise BTUtilsError('Could not turn on Bluetooth on secondary '
127 raise BTUtilsError('bt_pair failed: {}'.format(err))
280 raise BTUtilsError('None is not expected.')
290 raise BTUtilsError('None is not expected.')
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothPairAndConnectTest.py26 from acts.controllers.buds_lib.test_actions.bt_utils import BTUtilsError
109 except BTUtilsError: