Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Szymon Janc <szymon.janc@tieto.com>
Subject: [PATCH 3/4] android: Fix HAL_OP_REMOVE_BOND value
Date: Mon, 28 Oct 2013 13:46:14 +0100	[thread overview]
Message-ID: <1382964375-7589-3-git-send-email-szymon.janc@tieto.com> (raw)
In-Reply-To: <1382964375-7589-1-git-send-email-szymon.janc@tieto.com>

This is a copy-and-paste mistake.
---
 android/hal-msg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/hal-msg.h b/android/hal-msg.h
index a0a8390..99238ff 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -163,7 +163,7 @@ struct hal_cmd_create_bond {
 	uint8_t bdaddr[6];
 } __attribute__((packed));
 
-#define HAL_OP_REMOVE_BOND		0x0d
+#define HAL_OP_REMOVE_BOND		0x0e
 struct hal_cmd_remove_bond {
 	uint8_t bdaddr[6];
 } __attribute__((packed));
-- 
1.8.4.1


  parent reply	other threads:[~2013-10-28 12:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-28 12:46 [PATCH 1/4] android: Rename send_adapter_name to send_adapter_address Szymon Janc
2013-10-28 12:46 ` [PATCH 2/4] android: Add helper functions for converting bdaddr transmitted over IPC Szymon Janc
2013-10-28 12:46 ` Szymon Janc [this message]
2013-10-28 12:46 ` [PATCH 4/4] android: Remove bogus hal_rsp_register_module structure Szymon Janc

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=1382964375-7589-3-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