summaryrefslogtreecommitdiff
path: root/android/hidhost.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-28 15:15:30 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-28 18:02:27 +0200
commit7624ea2d42178322036125a130b79f0cec848bdb (patch)
treecac25095fcf161c551f56e5c517687042978fb87 /android/hidhost.h
parent9ed863baef22cdfd30fcd6b905b9dde4995073dd (diff)
downloadbluez-7624ea2d42178322036125a130b79f0cec848bdb.tar.gz
android: Don't pass notification socket on services register
It is no longer needed as proper socket is use by IPC helpers.
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 688086aee..b5545fbb3 100644
--- a/android/hidhost.h
+++ b/android/hidhost.h
@@ -23,5 +23,5 @@
void bt_hid_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len);
-bool bt_hid_register(int sk, const bdaddr_t *addr);
+bool bt_hid_register(const bdaddr_t *addr);
void bt_hid_unregister(void);