Diff between 69c8ff8a60616e21428f55cce18f537a55065a48 and 86f395467c27e2deb88d736558dc4feb30a56e6c
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +2 | -0 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index 18e1e03..d97eb80 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -4994,6 +4994,8 @@ static uint8_t write_req_request(const uint8_t *cmd, uint16_t cmd_len,
return ATT_ECODE_UNLIKELY;
}
+ process_dev_pending_requests(dev, cmd[0]);
+
return 0;
}