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 GattTestUtilsError104 except GattTestUtilsError as err:177 except GattTestUtilsError as err:218 except GattTestUtilsError as err:281 except GattTestUtilsError as err:293 except GattTestUtilsError as err:360 except GattTestUtilsError as err:372 except GattTestUtilsError as err:382 except GattTestUtilsError as err:428 except GattTestUtilsError as err:[all …]
34 from blueberry.utils.bt_gatt_utils import GattTestUtilsError131 except GattTestUtilsError as err:142 except GattTestUtilsError as err:149 except GattTestUtilsError as err:195 except GattTestUtilsError as err:256 except GattTestUtilsError as err:277 except GattTestUtilsError as err:335 except GattTestUtilsError as err:406 except GattTestUtilsError as err:499 except GattTestUtilsError as err:
37 from blueberry.utils.bt_gatt_utils import GattTestUtilsError156 except GattTestUtilsError as err: