Home
last modified time | relevance | path

Searched refs:SERV_ADDED_ERR (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py51 SERV_ADDED_ERR = "Service Added event not found. Expected {}" variable in GattCallbackError
139 "err": GattCallbackError.SERV_ADDED_ERR
Dbt_gatt_utils.py244 raise GattTestUtilsError(GattCallbackError.SERV_ADDED_ERR.format(expected_event))
252 raise GattTestUtilsError(GattCallbackError.SERV_ADDED_ERR.format(expected_event))
260 raise GattTestUtilsError(GattCallbackError.SERV_ADDED_ERR.format(expected_event))
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py167 logging.error(GattCallbackError.SERV_ADDED_ERR.format(expected_event))
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py114 logging.error(GattCallbackError.SERV_ADDED_ERR.format(expected_event))