Diff between c59687657d8d72a43f1f7272b3d16e82243aae1c and 6026d2ebd227c9bb0b01807c41cbe134b3375f78

Changed Files

File Additions Deletions Status
tools/hciconfig.8 +1 -1 modified
tools/hciconfig.c +1 -1 modified

Full Patch

diff --git a/tools/hciconfig.8 b/tools/hciconfig.8
index 35956c4..6397427 100644
--- a/tools/hciconfig.8
+++ b/tools/hciconfig.8
@@ -223,7 +223,7 @@ This command deletes the stored link key for
 from the device.
 .TP
 .BI oobdata
-Display local OOB data.
+Get local OOB data (invalidates previously read data).
 .TP
 .BI commands
 Display supported commands.
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index f1458b9..64f2650 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -1924,7 +1924,7 @@ static struct {
 	{ "scomtu",	cmd_scomtu,	"<mtu:pkt>",	"Set SCO MTU and number of packets" },
 	{ "putkey",	cmd_putkey,	"<bdaddr>",	"Store link key on the device" },
 	{ "delkey",	cmd_delkey,	"<bdaddr>",	"Delete link key from the device" },
-	{ "oobdata",	cmd_oob_data,	0,		"Display local OOB data" },
+	{ "oobdata",	cmd_oob_data,	0,		"Get local OOB data" },
 	{ "commands",	cmd_commands,	0,		"Display supported commands" },
 	{ "features",	cmd_features,	0,		"Display device features" },
 	{ "version",	cmd_version,	0,		"Display version information" },