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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html