Searched refs:notifyError (Results 1 – 3 of 3) sorted by relevance
633 private void notifyError(String message) { in notifyError() method in BleClientService984 notifyError("Failed to request mtu: " + status);1001 notifyError("Failed to write characteristic: " + status + " : " + uid);1014 notifyError("Written data is not correct");1022 notifyError("Not Permission Write: " + status + " : " + uid);1025 notifyError("Not Authentication Write: " + status + " : " + uid);1027 notifyError("Failed to write characteristic: " + status + " : " + uid);1037 notifyError("Failed to write characteristic: " + status + " : " + uid);1049 notifyError("reliable write failed");1054 notifyError("Failed to write characteristic: " + status + " : " + uid);[all …]
290 private void notifyError(String message) { in notifyError() method in BleCocClientService458 notifyError("Not Permission Read: " + status + " : " + uid);460 notifyError("Not Authentication Read: " + status + " : " + uid);462 notifyError("Failed to read characteristic: " + status + " : " + uid);494 notifyError("Failed to call create bond");507 notifyError("No valid service in Advertisement");714 notifyError("Failed to create bond");
400 session.notifyError(error); in verifyCallbackError()