From: Lukasz Rymanowski <lukasz.rymanowski@xxxxxxxxx> State PENDING is used when we send request to upper layer and this is how we do with prep write request --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index f450eac..ddba505 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -5219,7 +5219,7 @@ static uint8_t write_prep_request(const uint8_t *cmd, uint16_t cmd_len, data->handle = handle; data->offset = offset; - data->state = REQUEST_INIT; + data->state = REQUEST_PENDING; if (!queue_push_tail(dev->pending_requests, data)) { free(data); -- 1.9.3 -- 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