From 3c4953d22f97ac4b50e8f744652d0bf05662c9fa Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Thu, 10 Apr 2014 17:30:05 +0200 Subject: [PATCH] android/gatt: Fix type of status parameter --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index a7a720447..06a7ed494 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -674,7 +674,7 @@ static void connection_cleanup(struct gatt_device *device) } static void send_client_disconnect_notify(int32_t id, struct gatt_device *dev, - uint8_t status) + int32_t status) { struct hal_ev_gatt_client_disconnect ev; -- 2.47.3