Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py23 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_state
58 if event['data']['State'] != gatt_connection_state['connected']:
91 expected_state = gatt_connection_state['disconnected']
Dbt_constants.py438 gatt_connection_state = { variable
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py35 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_state
1173 if event['data']['State'] != gatt_connection_state['connected']: