We were not properly propagating errors returned by applications. --- android/gatt.c | 1 + 1 file changed, 1 insertion(+) 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; /* -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html