summaryrefslogtreecommitdiff
path: root/android/ipc.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-28 15:15:28 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-28 18:02:27 +0200
commit3b7b97bb5ff94ad3514f4290e5c8fd48f3ef7ec8 (patch)
tree88f8d5d7b013a86f11be11f0a3909c91fa6b1626 /android/ipc.h
parent22d3f4499b1f4b2aef7d366c8ea7d86f51917f4c (diff)
downloadbluez-3b7b97bb5ff94ad3514f4290e5c8fd48f3ef7ec8.tar.gz
android: Make ipc_send static
It should not longer be used from outside of IPC code.
Diffstat (limited to 'android/ipc.h')
-rw-r--r--android/ipc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/ipc.h b/android/ipc.h
index ce0e0b12b..f66c9e0f4 100644
--- a/android/ipc.h
+++ b/android/ipc.h
@@ -24,8 +24,6 @@
void ipc_init(int command_sk, int notification_sk);
void ipc_cleanup(void);
-void ipc_send(int sk, uint8_t service_id, uint8_t opcode, uint16_t len,
- void *param, int fd);
void ipc_send_rsp(uint8_t service_id, uint8_t opcode, uint8_t status);
void ipc_send_rsp_full(uint8_t service_id, uint8_t opcode, uint16_t len,
void *param, int fd);