Home
last modified time | relevance | path

Searched refs:gatt_connection_priority (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattWriteTest.py27 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority
390 self.bluetooth_gatt, gatt_connection_priority['high'])
464 self.bluetooth_gatt, gatt_connection_priority['high'])
532 self.bluetooth_gatt, gatt_connection_priority['high'])
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/
DGattLongevityTest.py27 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority
63 self.bluetooth_gatt, gatt_connection_priority['high'])
/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DPhyTest.py25 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority
30 CONNECTION_PRIORITY_HIGH = gatt_connection_priority['high']
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_constants.py543 gatt_connection_priority = {"balanced": 0, "high": 1, "low_power": 2} variable