HomeSort by relevance Sort by last modified time
    Searched full:gatt_transport (Results 1 - 7 of 7) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 28 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']:
bt_constants.py 483 gatt_transport = {"auto": 0x00, "bredr": 0x01, "le": 0x02} variable
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 28 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/
GattToolTest.py 35 from acts.test_utils.bt.bt_constants import gatt_transport
150 self.AUTOCONNECT, gatt_transport['le']))
206 gatt_transport['le']))
252 self.AUTOCONNECT, gatt_transport['le']))
387 self.AUTOCONNECT, gatt_transport['le']))
GattConnectTest.py 34 from acts.test_utils.bt.bt_constants import gatt_transport
287 gatt_callback, mac_address, autoconnect, gatt_transport['auto'],
343 transport=gatt_transport['auto'],
355 transport=gatt_transport['auto'],
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/pts/
gattc_lib.py 26 from acts.test_utils.bt.bt_constants import gatt_transport
49 transport=gatt_transport['le'])
55 self.dut, self.mac_addr, False, transport=gatt_transport['bredr'])
gatts_lib.py 26 from acts.test_utils.bt.bt_constants import gatt_transport

Completed in 106 milliseconds