Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py141 if not bt_util.check_device_bt(device=self.dut, profiles=profiles):
172 if not bt_util.check_device_bt(device=self.dut, profiles=profiles):
Dbt_utils.py223 def check_device_bt(self, device, **kwargs): member in BTUtils