Hi Szymon, On Tue, Oct 22, 2013, Szymon Janc wrote: > --- > android/hal-msg.h | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/android/hal-msg.h b/android/hal-msg.h > index 1f77586..7d91ed1 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 Applied after a minor s/0A/0a/ change to make this consistent with the rest of the header file. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html