Home
last modified time | relevance | path

Searched refs:setup_gatt_mtu (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattWriteTest.py30 from acts_contrib.test_utils.bt.bt_gatt_utils import setup_gatt_mtu
297 if not setup_gatt_mtu(self.cen_ad, self.bluetooth_gatt,
336 if not setup_gatt_mtu(self.cen_ad, self.bluetooth_gatt,
360 if not setup_gatt_mtu(self.cen_ad, self.bluetooth_gatt,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dconfig_lib.py22 from acts_contrib.test_utils.bt.bt_gatt_utils import setup_gatt_mtu
Dgattc_lib.py24 from acts_contrib.test_utils.bt.bt_gatt_utils import setup_gatt_mtu
124 setup_gatt_mtu(self.dut, self.bluetooth_gatt, self.gatt_callback,
Dbt_gatt_utils.py356 def setup_gatt_mtu(cen_ad, bluetooth_gatt, gatt_callback, mtu): function
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/
DGattLongevityTest.py30 from acts_contrib.test_utils.bt.bt_gatt_utils import setup_gatt_mtu