summaryrefslogtreecommitdiff
path: root/android/bluetooth.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/bluetooth.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/bluetooth.h')
-rw-r--r--android/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bluetooth.h b/android/bluetooth.h
index 44b8e9e85..86872ee62 100644
--- a/android/bluetooth.h
+++ b/android/bluetooth.h
@@ -31,7 +31,7 @@ void bt_bluetooth_cleanup(void);
void bt_bluetooth_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len);
-bool bt_bluetooth_register(int sk);
+void bt_bluetooth_register(void);
void bt_bluetooth_unregister(void);
int bt_adapter_add_record(sdp_record_t *rec, uint8_t svc_hint);