summaryrefslogtreecommitdiff
path: root/android/health.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-24 15:11:58 +0300
committerSzymon Janc <szymon.janc@tieto.com>2014-06-25 17:29:54 +0200
commitc2cb1bf8c8c973e9610d6a9b2c87d77b7f9f6104 (patch)
tree1c77500afb23a1f4fd29aa3dc67bd5d83bec38c2 /android/health.c
parent90d3512560a7851c8589979bf1d303dd0d4a318a (diff)
downloadbluez-c2cb1bf8c8c973e9610d6a9b2c87d77b7f9f6104.tar.gz
android/health: trivial: Fix missing space
Diffstat (limited to 'android/health.c')
-rw-r--r--android/health.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/health.c b/android/health.c
index 4ff435664..a9287f633 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1453,6 +1453,7 @@ static struct health_channel *get_channel(uint16_t app_id,
return create_channel(app_id, mdep_index, dev);
}
+
static void bt_health_connect_channel(const void *buf, uint16_t len)
{
const struct hal_cmd_health_connect_channel *cmd = buf;