From 0a5ae04d8e1b666617d9d2790e56df80f00b63ec Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Tue, 19 Nov 2013 14:21:12 +0200 Subject: [PATCH] android/pan: Fix wrong struct parameter in disconnect function call --- android/pan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/pan.c b/android/pan.c index 2a11f467b..fba86b85c 100644 --- a/android/pan.c +++ b/android/pan.c @@ -58,7 +58,8 @@ static uint8_t bt_pan_connect(struct hal_cmd_pan_connect *cmd, uint16_t len) return HAL_STATUS_FAILED; } -static uint8_t bt_pan_disconnect(struct hal_cmd_pan_connect *cmd, uint16_t len) +static uint8_t bt_pan_disconnect(struct hal_cmd_pan_disconnect *cmd, + uint16_t len) { DBG("Not Implemented"); -- 2.47.3