From 126aad3a5d2f53a970473dd2f7915d22fd3db0e4 Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Tue, 5 Nov 2013 10:56:22 +0100 Subject: [PATCH] android/client: Change adapter to bluetooth 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 bbe86937d..f51102554 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 \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 0c5905441..f638b9148 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 */ -- 2.47.3