android/health: Fix wrong parameter passing to android2bdaddr

This commit is contained in:
Ravi kumar Veeramally 2014-06-17 15:53:27 +03:00 committed by Szymon Janc
parent edd14132dc
commit 035df43eb3

View File

@ -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;