Diff between 3df943537a92eb116e861705594848e53e2d2bc0 and 0540ff63395b87a85db9bb63f54eae2de692ca37

Changed Files

File Additions Deletions Status
client/main.c +7 -7 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index a6adb70..8fc76a6 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,