summaryrefslogtreecommitdiff
path: root/android/ipc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-27 11:14:02 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-07 13:37:50 +0200
commit294bfb100148c7554f0c3edf51f5bbf494b8f3c6 (patch)
tree8e6339a51477b1bb6decd1115306ce9f26200c78 /android/ipc.h
parent292aa0da2f8c938f05bd549fca4d28a78b5a8b16 (diff)
downloadbluez-294bfb100148c7554f0c3edf51f5bbf494b8f3c6.tar.gz
android/ipc: Add initial code for audio IPC
This add initial code for listen and accept connections on the abstract socket defined for the audio IPC.
Diffstat (limited to 'android/ipc.h')
-rw-r--r--android/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/ipc.h b/android/ipc.h
index 6cd102b06..02ad6bb7b 100644
--- a/android/ipc.h
+++ b/android/ipc.h
@@ -28,6 +28,7 @@ struct ipc_handler {
};
void ipc_init(void);
void ipc_cleanup(void);
+GIOChannel *ipc_connect(const char *path, size_t size, GIOFunc connect_cb);
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,