Home
last modified time | relevance | path

Searched refs:take_btsnoop_logs (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarToggleTest.py33 bt_test_utils.take_btsnoop_logs(self.android_devices, self, test_name)
DBtCarBasicFunctionalityTest.py32 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
/tools/test/connectivity/acts/tests/google/bt/
DBtBasicFunctionalityTest.py32 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
56 take_btsnoop_logs(self.android_devices, self, test_name)
DRfcommTest.py33 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentBleAdvertisementDiscoveryTest.py39 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
DConcurrentBleScanningTest.py35 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
50 take_btsnoop_logs(self.android_devices, self, test_name)
DConcurrentBleAdvertisingTest.py40 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/
DBeaconSwarmTest.py35 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
67 take_btsnoop_logs(self.android_devices, self, test_name)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py26 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
212 take_btsnoop_logs(self.android_devices, self, test_name)
/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py39 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
77 take_btsnoop_logs(self.android_devices, self, test_name)
/tools/test/connectivity/acts/tests/google/ble/conn_oriented_chan/
DBleCoc2ConnTest.py38 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
DBleCocTest.py36 from acts.test_utils.bt.bt_test_utils import take_btsnoop_logs
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1019 def take_btsnoop_logs(android_devices, testcase, testname): function