Searched refs:BTUtilsError (Results 1 – 2 of 2) sorted by relevance
60 class BTUtilsError(Exception): class110 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.')
26 from acts.controllers.buds_lib.test_actions.bt_utils import BTUtilsError109 except BTUtilsError: