Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py54 GATT_CONN_CHANGE_ERR = "GATT Connection Changed event not found. Expected {}" variable in GattCallbackError
147 "err": GattCallbackError.GATT_CONN_CHANGE_ERR
Dbt_gatt_utils.py108 raise GattTestUtilsError(GattCallbackError.GATT_CONN_CHANGE_ERR.format(expected_event))
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py309 logging.error(GattCallbackError.GATT_CONN_CHANGE_ERR.format(expected_event))
310 asserts.fail(GattCallbackError.GATT_CONN_CHANGE_ERR.format(expected_event))