Home
last modified time | relevance | path

Searched refs:GattConnectionState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py28 from blueberry.utils.bt_gatt_constants import GattConnectionState
65 if event['data']['State'] != GattConnectionState.STATE_CONNECTED:
80 if event['data']['State'] != GattConnectionState.STATE_CONNECTED:
110 expected_state = GattConnectionState.STATE_DISCONNECTED
Dbt_gatt_constants.py173 class GattConnectionState(enum.IntEnum): class
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py37 from blueberry.utils.bt_gatt_constants import GattConnectionState
308 expected_state = GattConnectionState.STATE_CONNECTED