From eef031211cce27690dca12b4e87172962ab3f299 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 22 Aug 2016 15:22:02 +0200 Subject: [PATCH] tools: Use the phrase Primary instead of BR/EDR --- tools/btattach.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/btattach.c b/tools/btattach.c index c3c8d7915..30d5d52fc 100644 --- a/tools/btattach.c +++ b/tools/btattach.c @@ -187,7 +187,7 @@ static void usage(void) "Usage:\n"); printf("\tbtattach [options]\n"); printf("options:\n" - "\t-B, --bredr Attach BR/EDR controller\n" + "\t-B, --bredr Attach Primary controller\n" "\t-A, --amp Attach AMP controller\n" "\t-P, --protocol Specify protocol type\n" "\t-S, --speed Specify which baudrate to use\n" @@ -301,7 +301,7 @@ int main(int argc, char *argv[]) unsigned long flags; int fd; - printf("Attaching BR/EDR controller to %s\n", bredr_path); + printf("Attaching Primary controller to %s\n", bredr_path); flags = (1 << HCI_UART_RESET_ON_INIT); -- 2.47.3