--- android/pan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/pan.c b/android/pan.c index 2a11f46..fba86b8 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"); -- 1.8.3.2 -- 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