From 035df43eb3ad3b85759595639f8c2a067e6f7e43 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Tue, 17 Jun 2014 15:53:27 +0300 Subject: [PATCH] android/health: Fix wrong parameter passing to android2bdaddr --- android/health.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/health.c b/android/health.c index 585d8a4db..58323d9bd 100644 --- a/android/health.c +++ b/android/health.c @@ -1102,7 +1102,7 @@ static struct health_device *create_device(uint16_t app_id, if (!dev) return NULL; - android2bdaddr(&addr, &dev->dst); + android2bdaddr(addr, &dev->dst); dev->app_id = app_id; return dev; -- 2.47.3