From: Szymon Janc Date: Fri, 25 Oct 2013 10:50:10 +0000 (+0200) Subject: android: Add missing success status definition to IPC header X-Git-Tag: android-x86-4.4-r3~7164 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a9be0747a68ae8593d13cabd620991a12ffa34ac;p=android-x86%2Fexternal-bluetooth-bluez.git android: Add missing success status definition to IPC header This is used in HAL callbacks to indicate success. --- diff --git a/android/hal-msg.h b/android/hal-msg.h index 7404ea583..753da4b6c 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -49,6 +49,7 @@ struct hal_hdr { /* Core Service */ +#define HAL_ERROR_SUCCESS 0x00 #define HAL_ERROR_FAILED 0x01 #define HAL_ERROR_NOT_READY 0x02 #define HAL_ERROR_NOMEM 0x03