Searched refs:gatt_connection_priority (Results 1 – 4 of 4) sorted by relevance
27 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority390 self.bluetooth_gatt, gatt_connection_priority['high'])464 self.bluetooth_gatt, gatt_connection_priority['high'])532 self.bluetooth_gatt, gatt_connection_priority['high'])
27 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority63 self.bluetooth_gatt, gatt_connection_priority['high'])
25 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority30 CONNECTION_PRIORITY_HIGH = gatt_connection_priority['high']
543 gatt_connection_priority = {"balanced": 0, "high": 1, "low_power": 2} variable