summaryrefslogtreecommitdiff
path: root/android/hidhost.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-03-03 00:50:44 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-03-04 10:18:27 +0100
commit14fc3c5403b7165f0efa521a3cbe54b9218f1210 (patch)
tree286f29ffdaf872b5a1fb18303513483323a1434d /android/hidhost.c
parent412f893256235664c34efc03f57b40b6382d0923 (diff)
downloadbluez-14fc3c5403b7165f0efa521a3cbe54b9218f1210.tar.gz
android: Pass mode parameter to registered services
Diffstat (limited to 'android/hidhost.c')
-rw-r--r--android/hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.c b/android/hidhost.c
index e4692107c..4226f6940 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -1330,7 +1330,7 @@ static void connect_cb(GIOChannel *chan, GError *err, gpointer user_data)
}
}
-bool bt_hid_register(struct ipc *ipc, const bdaddr_t *addr)
+bool bt_hid_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode)
{
GError *err = NULL;