Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py23 from acts.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.py463 gatt_connection_state = { variable
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py35 from acts.test_utils.bt.bt_constants import gatt_connection_state
1173 if event['data']['State'] != gatt_connection_state['connected']: