--- android/pan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/pan.c b/android/pan.c index 1ed7b04..0783357 100644 --- a/android/pan.c +++ b/android/pan.c @@ -257,7 +257,7 @@ static void bt_pan_connect(const void *buf, uint16_t len) devices = g_slist_append(devices, dev); bt_pan_notify_conn_state(dev, HAL_PAN_STATE_CONNECTING); - status = HAL_STATUS_SUCCESS; + status = HAL_STATUS_SUCCESS; failed: ipc_send_rsp(HAL_SERVICE_ID_PAN, HAL_OP_PAN_CONNECT, status); -- 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