Home
last modified time | relevance | path

Searched refs:ble_gatt_disconnection (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBleSarPowerLimitTest.py23 from acts_contrib.test_utils.bt.ble_performance_test_utils import ble_gatt_disconnection
77 ble_gatt_disconnection(self.bt_device, self.bluetooth_gatt,
/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py28 from acts_contrib.test_utils.bt.ble_performance_test_utils import ble_gatt_disconnection
141 ble_gatt_disconnection(self.client_ad, bluetooth_gatt, gatt_callback)
213 ble_gatt_disconnection(self.server_ad, bluetooth_gatt, gatt_callback)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dble_performance_test_utils.py238 def ble_gatt_disconnection(client_ad, bluetooth_gatt, gatt_callback): function