Bluetooth: Audio: Shell: fix missing opt arg for assistant scan_start
The command has an optional parameter that could not be used. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
ed2d30e382
commit
d97b0e1ea9
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(bap_broadcast_assistant_cmds,
|
|||
cmd_bap_broadcast_assistant_discover, 1, 0),
|
||||
SHELL_CMD_ARG(scan_start, NULL,
|
||||
"Start scanning for broadcasters",
|
||||
cmd_bap_broadcast_assistant_scan_start, 1, 0),
|
||||
cmd_bap_broadcast_assistant_scan_start, 1, 1),
|
||||
SHELL_CMD_ARG(scan_stop, NULL,
|
||||
"Stop scanning for BISs",
|
||||
cmd_bap_broadcast_assistant_scan_stop, 1, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue