--- android/health.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/health.c b/android/health.c index 58323d9..60c4c99 100644 --- a/android/health.c +++ b/android/health.c @@ -1093,8 +1093,7 @@ static int connect_mcl(struct health_channel *channel) search_cb, channel, NULL, 0); } -static struct health_device *create_device(uint16_t app_id, - const uint8_t addr[]) +static struct health_device *create_device(uint16_t app_id, const uint8_t *addr) { struct health_device *dev; -- 1.9.3 -- 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