Diff between 42b74d58e7d44f753819453810cabb7e68c2ec56 and 193f2c3e52f5e4c3dba0807869070919a75ca049

Changed Files

File Additions Deletions Status
android/gatt.c +1 -0 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index e24feb7..18a5092 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -5544,6 +5544,7 @@ static void handle_server_send_response(const void *buf, uint16_t len)
 		 * gatt_db_attribute_write().
 		 */
 		req = queue_peek_head(conn->device->pending_requests);
+		req->error = err_to_att(cmd->status);
 		req->state = REQUEST_DONE;
 
 		/*