Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py28 from acts.test_utils.bt.bt_constants import gatt_transport
136 gatt_transport['bredr'],
180 gatt_transport['bredr'],
228 gatt_transport['bredr'],
284 gatt_transport['bredr'],
343 gatt_transport['bredr'],
397 gatt_transport['bredr'],
450 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
301 gatt_callback, mac_address, autoconnect, gatt_transport['auto'],
357 transport=gatt_transport['auto'],
370 transport=gatt_transport['auto'],
1039 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.py532 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'],
Dgattc_lib.py29 from acts.test_utils.bt.bt_constants import gatt_transport
72 self.dut, mac_addr, autoconnect, transport=gatt_transport['le'])
82 transport=gatt_transport['le'])
91 transport=gatt_transport['bredr'])
Dgatts_lib.py26 from acts.test_utils.bt.bt_constants import gatt_transport