Home
last modified time | relevance | path

Searched refs:gatt_transport (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py28 from acts.test_utils.bt.bt_constants import gatt_transport
134 gatt_transport['bredr'],
178 gatt_transport['bredr'],
226 gatt_transport['bredr'],
282 gatt_transport['bredr'],
341 gatt_transport['bredr'],
395 gatt_transport['bredr'],
448 gatt_transport['bredr'],
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattToolTest.py35 from acts.test_utils.bt.bt_constants import gatt_transport
150 gatt_transport['le']))
206 gatt_transport['le']))
252 gatt_transport['le']))
387 gatt_transport['le']))
DGattConnectTest.py38 from acts.test_utils.bt.bt_constants import gatt_transport
302 gatt_callback, mac_address, autoconnect, gatt_transport['auto'],
358 transport=gatt_transport['auto'],
372 transport=gatt_transport['auto'],
1052 transport = gatt_transport['auto']
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py28 from acts.test_utils.bt.bt_constants import gatt_transport
43 transport=gatt_transport['auto'],
101 transport=gatt_transport['le'],
107 if transport == gatt_transport['le']:
Dbt_constants.py575 gatt_transport = {"auto": 0x00, "bredr": 0x01, "le": 0x02} variable
Dbt_coc_test_utils.py26 from acts.test_utils.bt.bt_constants import gatt_transport
188 transport=gatt_transport['le'],
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py35 from acts.test_utils.bt.bt_constants import gatt_transport
287 transport = gatt_transport['le']