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 4/4] android: Remove bogus hal_rsp_register_module structure
Date: Mon, 28 Oct 2013 13:46:15 +0100	[thread overview]
Message-ID: <1382964375-7589-4-git-send-email-szymon.janc@tieto.com> (raw)
In-Reply-To: <1382964375-7589-1-git-send-email-szymon.janc@tieto.com>

Core service Register ID command doesn't return any parameter.
---
 android/hal-msg.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 99238ff..03daa51 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -70,9 +70,6 @@ struct hal_status {
 struct hal_cmd_register_module {
 	uint8_t service_id;
 } __attribute__((packed));
-struct hal_rsp_register_module {
-	uint8_t service_id;
-} __attribute__((packed));
 
 #define HAL_OP_UNREGISTER_MODULE	0x02
 struct hal_cmd_unregister_module {
-- 
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 ` [PATCH 3/4] android: Fix HAL_OP_REMOVE_BOND value Szymon Janc
2013-10-28 12:46 ` Szymon Janc [this message]

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-4-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