From 737f235ab20af026ec80e64d746379fc6a006fa7 Mon Sep 17 00:00:00 2001 From: ERAMOTO Masaya Date: Fri, 16 Feb 2018 14:51:21 +0900 Subject: [PATCH] client: Improve help messages for advertise Change-Id: Id56c9df117e6c817b4d3b5dda6b54941441349b4 Signed-off-by: Amit Purwar --- client/main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/main.c b/client/main.c index 7f292ff..1fd27fc 100644 --- a/client/main.c +++ b/client/main.c @@ -2308,19 +2308,19 @@ static const struct bt_shell_menu advertise_menu = { .desc = "Advertise Options Submenu", .entries = { { "uuids", "[uuid1 uuid2 ...]", cmd_advertise_uuids, - "Set advertise uuids" }, + "Set/Get advertise uuids" }, { "service", "[uuid] [data=xx xx ...]", cmd_advertise_service, - "Set advertise service data" }, + "Set/Get advertise service data" }, { "manufacturer", "[id] [data=xx xx ...]", cmd_advertise_manufacturer, - "Set advertise manufacturer data" }, + "Set/Get advertise manufacturer data" }, { "tx-power", "[on/off]", cmd_advertise_tx_power, - "Enable/disable TX power to be advertised", + "Show/Enable/Disable TX power to be advertised", NULL }, { "name", "[on/off/name]", cmd_advertise_name, - "Enable/disable local name to be advertised" }, - { "appearance", "[value]", cmd_advertise_appearance, - "Set custom appearance to be advertised" }, + "Configure local name to be advertised" }, + { "appearance", "[on/off/value]", cmd_advertise_appearance, + "Configure custom appearance to be advertised" }, { "duration", "[seconds]", cmd_advertise_duration, "Set/Get advertise duration" }, { "timeout", "[seconds]", cmd_advertise_timeout, -- 2.7.4