Diff between b48e72a939678c6fca9373c1c5d37bfa7ec66dc0 and bc60ca0c5a56b9bedb7baca021e21be1b8ee8849
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index 0703e65..e6b0753 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3279,7 +3279,7 @@ static guint signed_write_cmd(struct gatt_device *dev, uint16_t handle,
res = gatt_signed_write_cmd(dev->attrib, handle, value, vlen, crypto,
csrk, sign_cnt, NULL, NULL);
if (!res) {
- error("gatt: Could write signed cmd");
+ error("gatt: Signed write command failed");
return 0;
}