Searched refs:GattTestUtilsError (Results 1 – 4 of 4) sorted by relevance
43 class GattTestUtilsError(Exception): class62 raise GattTestUtilsError("Could not establish a connection to "67 raise GattTestUtilsError("Could not establish a connection to "78 raise GattTestUtilsError("Could not establish a connection to "86 raise GattTestUtilsError("Could not establish a connection to "108 raise GattTestUtilsError(GattCallbackError.GATT_CONN_CHANGE_ERR.format(expected_event))112 raise GattTestUtilsError("GATT connection state change expected {}, found {}".format(130 raise GattTestUtilsError("Error in getting mac address: {}".format(err))244 raise GattTestUtilsError(GattCallbackError.SERV_ADDED_ERR.format(expected_event))252 raise GattTestUtilsError(GattCallbackError.SERV_ADDED_ERR.format(expected_event))[all …]
42 from blueberry.utils.bt_gatt_utils import GattTestUtilsError100 except GattTestUtilsError as err:173 except GattTestUtilsError as err:214 except GattTestUtilsError as err:277 except GattTestUtilsError as err:289 except GattTestUtilsError as err:352 except GattTestUtilsError as err:361 except GattTestUtilsError as err:371 except GattTestUtilsError as err:416 except GattTestUtilsError as err:[all …]
34 from blueberry.utils.bt_gatt_utils import GattTestUtilsError132 except GattTestUtilsError as err:143 except GattTestUtilsError as err:150 except GattTestUtilsError as err:194 except GattTestUtilsError as err:253 except GattTestUtilsError as err:272 except GattTestUtilsError as err:328 except GattTestUtilsError as err:397 except GattTestUtilsError as err:488 except GattTestUtilsError as err:
37 from blueberry.utils.bt_gatt_utils import GattTestUtilsError156 except GattTestUtilsError as err: