From: Szymon Janc <szymon.janc@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Szymon Janc <szymon.janc@tieto.com>
Subject: [PATCH 1/4] android: Rename send_adapter_name to send_adapter_address
Date: Mon, 28 Oct 2013 13:46:12 +0100 [thread overview]
Message-ID: <1382964375-7589-1-git-send-email-szymon.janc@tieto.com> (raw)
Make function name match what it acctually does.
---
android/adapter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/android/adapter.c b/android/adapter.c
index 80a9e6d..f393c49 100644
--- a/android/adapter.c
+++ b/android/adapter.c
@@ -370,7 +370,7 @@ static bool set_discoverable(uint8_t mode, uint16_t timeout)
return false;
}
-static void send_adapter_name(void)
+static void send_adapter_address(void)
{
struct hal_ev_adapter_props_changed *ev;
int len;
@@ -398,7 +398,7 @@ static bool get_property(void *buf, uint16_t len)
switch (cmd->type) {
case HAL_PROP_ADAPTER_ADDR:
- send_adapter_name();
+ send_adapter_address();
return true;
case HAL_PROP_ADAPTER_NAME:
case HAL_PROP_ADAPTER_UUIDS:
--
1.8.4.1
next 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 Szymon Janc [this message]
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 ` [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-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