--- client/main.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/main.c b/client/main.c index a6adb70d2..8fc76a6de 100644 --- a/client/main.c +++ b/client/main.c @@ -2302,19 +2302,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.14.1 -- 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