Linux bluetooth development
 help / color / mirror / Atom feed
From: Jerzy Kasenberg <jerzy.kasenberg@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Jerzy Kasenberg <jerzy.kasenberg@tieto.com>
Subject: [PATCH 2/2] android/client: Change adapter to bluetooth
Date: Tue, 5 Nov 2013 10:56:22 +0100	[thread overview]
Message-ID: <1383645382-3372-3-git-send-email-jerzy.kasenberg@tieto.com> (raw)
In-Reply-To: <1383645382-3372-1-git-send-email-jerzy.kasenberg@tieto.com>

This fixes all places where adapter should be changed to
bluetooth.
---
 android/client/haltest.c |    6 +++---
 android/client/if-main.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/android/client/haltest.c b/android/client/haltest.c
index bbe8693..f511025 100644
--- a/android/client/haltest.c
+++ b/android/client/haltest.c
@@ -141,9 +141,9 @@ static void help_p(int argc, const char **argv)
 
 		terminal_print("\nTo get help on methods for each interface type:\n");
 		terminal_print("\n\thelp <inerface>\n");
-		terminal_print("\nBasic scenario:\n\tadapter init\n");
-		terminal_print("\tadapter enable\n\tadapter start_discovery\n");
-		terminal_print("\tadapter get_profile_interface handsfree\n");
+		terminal_print("\nBasic scenario:\n\tbluetooth init\n");
+		terminal_print("\tbluetooth enable\n\tbluetooth start_discovery\n");
+		terminal_print("\tbluetooth get_profile_interface handsfree\n");
 		terminal_print("\thandsfree init\n\n");
 		return;
 	}
diff --git a/android/client/if-main.h b/android/client/if-main.h
index 0c59054..f638b91 100644
--- a/android/client/if-main.h
+++ b/android/client/if-main.h
@@ -61,7 +61,7 @@ extern const btgatt_client_interface_t *if_gatt_client;
 
 /*
  * Structure defines top level interfaces that can be used in test tool
- * this will contain values as: adapter, av, gatt, sock, pan...
+ * this will contain values as: bluetooth, av, gatt, socket, pan...
  */
 struct interface {
 	const char *name; /* interface name */
-- 
1.7.9.5


  parent reply	other threads:[~2013-11-05  9:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05  9:56 [PATCH 0/2] Style, typo and naming fixes Jerzy Kasenberg
2013-11-05  9:56 ` [PATCH 1/2] android/client: Fix style and typos Jerzy Kasenberg
2013-11-05  9:56 ` Jerzy Kasenberg [this message]
2013-11-05 10:32 ` [PATCH 0/2] Style, typo and naming fixes 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=1383645382-3372-3-git-send-email-jerzy.kasenberg@tieto.com \
    --to=jerzy.kasenberg@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