summaryrefslogtreecommitdiff
path: root/android/ipc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-31 12:45:16 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-07 13:37:53 +0200
commit193cbd4dd38946beca71658dd4ebeea7270addaf (patch)
tree3594cbc79d853f2a386c913b86f974ec73a156dd /android/ipc.c
parent1829216bab0483720c22e7672f72846c4fca31d3 (diff)
downloadbluez-193cbd4dd38946beca71658dd4ebeea7270addaf.tar.gz
android/ipc: Add audio_ipc_send_rsp and audio_ipc_send_rsp_full
These functions can be used to respond to commands recieved over audio IPC.
Diffstat (limited to 'android/ipc.c')
-rw-r--r--android/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/ipc.c b/android/ipc.c
index 14999627b..03bdc351e 100644
--- a/android/ipc.c
+++ b/android/ipc.c
@@ -245,7 +245,7 @@ void ipc_cleanup(void)
}
}
-static void ipc_send(int sk, uint8_t service_id, uint8_t opcode, uint16_t len,
+void ipc_send(int sk, uint8_t service_id, uint8_t opcode, uint16_t len,
void *param, int fd)
{
struct msghdr msg;