summaryrefslogtreecommitdiff
path: root/android/hidhost.h
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.h
parent412f893256235664c34efc03f57b40b6382d0923 (diff)
downloadbluez-14fc3c5403b7165f0efa521a3cbe54b9218f1210.tar.gz
android: Pass mode parameter to registered services
Diffstat (limited to 'android/hidhost.h')
-rw-r--r--android/hidhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.h b/android/hidhost.h
index 101719595..e6b87ed2b 100644
--- a/android/hidhost.h
+++ b/android/hidhost.h
@@ -21,5 +21,5 @@
*
*/
-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);
void bt_hid_unregister(void);