summaryrefslogtreecommitdiff
path: root/android/ipc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-10-25 15:22:24 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-10-25 15:22:24 +0300
commitd52939fde909bae869bad70894dd4407e1337e5f (patch)
tree5c1ce89c49c51ef101cffd16a2f0eb4e0633133b /android/ipc.c
parent1610f70cd601ae9a9d5aded98ba746d88fdb151f (diff)
downloadbluez-d52939fde909bae869bad70894dd4407e1337e5f.tar.gz
android: Rename ipc_send_error to ipc_send_rsp
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 bd92c5188..1f5275367 100644
--- a/android/ipc.c
+++ b/android/ipc.c
@@ -78,7 +78,7 @@ void ipc_send(GIOChannel *io, uint8_t service_id, uint8_t opcode, uint16_t len,
}
}
-void ipc_send_error(GIOChannel *io, uint8_t service_id, uint8_t status)
+void ipc_send_rsp(GIOChannel *io, uint8_t service_id, uint8_t status)
{
struct hal_status s;