Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/gatt/
DGattOverBrEdrTest.py37 from acts.test_utils.bt.bt_gatt_utils import setup_multiple_services
332 gatt_server_callback, gatt_server = setup_multiple_services(
439 gatt_server_callback, gatt_server = setup_multiple_services(
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py47 from acts.test_utils.bt.bt_gatt_utils import setup_multiple_services
741 gatt_server_cb, gatt_server = setup_multiple_services(self.per_ad)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py236 def setup_multiple_services(per_ad): function