OSDN Git Service

android: Improve IPC helper to not send invalid status response
authorSzymon Janc <szymon.janc@tieto.com>
Mon, 18 Nov 2013 12:58:39 +0000 (13:58 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 18 Nov 2013 13:17:22 +0000 (15:17 +0200)
commitfc10c55498bd9a704d2e732eeac8f747de18f899
treea024132893ab9454bb7cb944a4b6b5e67807753f
parentd9c8be6132715c3d9f34b5a4db8bd1536f645c59
android: Improve IPC helper to not send invalid status response

This fix issue with sending invalid success response from several
places where ipc_send_rsp was used for reporting success. Instead of
using using ipc_send for success response, make helper handle that.
android/a2dp.c
android/bluetooth.c
android/hidhost.c
android/ipc.c
android/ipc.h
android/main.c
android/pan.c
android/socket.c