Searched refs:notifyError (Results 1 – 5 of 5) sorted by relevance
677 private void notifyError(String message) { in notifyError() method in BleClientService1034 notifyError("Failed to request mtu: " + status);1053 notifyError("Failed to write characteristic: " + status + " : " + uid);1066 notifyError("Written data is not correct");1074 notifyError("Not Permission Write: " + status + " : " + uid);1077 notifyError("Not Authentication Write: " + status + " : " + uid);1079 notifyError("Failed to write characteristic: " + status + " : " + uid);1089 notifyError("Failed to write characteristic: " + status + " : " + uid);1101 notifyError("reliable write failed");1106 notifyError("Failed to write characteristic: " + status + " : " + uid);[all …]
289 private void notifyError(String message) { in notifyError() method in BleCocClientService457 notifyError("Not Permission Read: " + status + " : " + uid);459 notifyError("Not Authentication Read: " + status + " : " + uid);461 notifyError("Failed to read characteristic: " + status + " : " + uid);493 notifyError("Failed to call create bond");506 notifyError("No valid service in Advertisement");720 notifyError("Failed to create bond");
295 testSessions.get(0).notifyError(userId, in testRejectThenErrorFromForegroundActivity()
151 session.notifyError(userId, BiometricPrompt.BIOMETRIC_ERROR_CANCELED); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
406 session.notifyError(error); in verifyCallbackError()