Bluetooth: shell: Fix br-discovery help message
Timeout should be passed as decimal. Change-Id: I9f772b918e33eded8e0328e655e83cca74166595 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
17ea315e20
commit
ad8eee2788
1 changed files with 1 additions and 1 deletions
|
@ -2294,7 +2294,7 @@ static const struct shell_cmd commands[] = {
|
|||
{ "br-pscan", cmd_bredr_connectable, "value: on, off" },
|
||||
{ "br-connect", cmd_connect_bredr, "<address>" },
|
||||
{ "br-discovery", cmd_bredr_discovery,
|
||||
"<value: on, off> [length: 0x01-0x30] [mode: limited]" },
|
||||
"<value: on, off> [length: 1-48] [mode: limited]" },
|
||||
{ "br-l2cap-register", cmd_bredr_l2cap_register, "<psm>" },
|
||||
{ "br-oob", cmd_bredr_oob },
|
||||
#if defined(CONFIG_BLUETOOTH_RFCOMM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue