From: Szymon Janc <szymon.janc@tieto.com>
To: linux-bluetooth@vger.kernel.org
Cc: Szymon Janc <szymon.janc@tieto.com>
Subject: [PATCH] android: Add missing HAL IPC error status definitions
Date: Tue, 22 Oct 2013 08:54:12 +0200 [thread overview]
Message-ID: <1382424852-8049-1-git-send-email-szymon.janc@tieto.com> (raw)
---
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
#define HAL_MSG_OP_ERROR 0x00
struct hal_msg_rsp_error {
--
1.8.4
next reply other threads:[~2013-10-22 6:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 6:54 Szymon Janc [this message]
2013-10-22 7:03 ` [PATCH] android: Add missing HAL IPC error status definitions Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1382424852-8049-1-git-send-email-szymon.janc@tieto.com \
--to=szymon.janc@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox