mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 23:24:20 +08:00
android/health: Fix wrong parameter passing to android2bdaddr
This commit is contained in:
parent
edd14132dc
commit
035df43eb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user