Diff between 3176946ca8757817753a6553711c64e4b4fc78cb and 60e419330ab4fbacd5fc6575960fa51bad349dc6
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 dbe067f..718b137 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3169,7 +3169,7 @@ static guint signed_write_cmd(struct gatt_device *dev, uint16_t handle,
return 0;
}
- bt_update_sign_counter(&dev->bdaddr, LOCAL_CSRK, sign_cnt++);
+ bt_update_sign_counter(&dev->bdaddr, LOCAL_CSRK, ++sign_cnt);
return res;
}