From: Szymon Janc Date: Tue, 22 Oct 2013 06:54:12 +0000 (+0200) Subject: android: Add missing HAL IPC error status definitions X-Git-Tag: android-x86-4.4-r3~7268 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7a0a07704b7063827e98d4dc0022d2b4a41adfbb;p=android-x86%2Fexternal-bluetooth-bluez.git android: Add missing HAL IPC error status definitions --- diff --git a/android/hal-msg.h b/android/hal-msg.h index 1f77586de..6266903dc 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -47,6 +47,15 @@ struct hal_msg_hdr { /* Core Service */ #define HAL_ERROR_FAILED 0x01 +#define HAL_ERROR_NOT_READY 0x02 +#define HAL_ERROR_NOMEM 0x03 +#define HAL_ERROR_BUSY 0x04 +#define HAL_ERROR_DONE 0x05 +#define HAL_ERROR_UNSUPPORTED 0x06 +#define HAL_ERROR_INVALID 0x07 +#define HAL_ERROR_UNHANDLED 0x08 +#define HAL_ERROR_AUTH_FAILURE 0x09 +#define HAL_ERROR_REMOTE_DEVICE_DOWN 0x0a #define HAL_MSG_OP_ERROR 0x00 struct hal_msg_rsp_error {