This is used in HAL callbacks to indicate success. --- android/hal-msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 2a0b670..3703d55 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 -- 1.8.4.1 -- 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