Bluetooth: CAP: Shell: Fix minors bugs with unicast_stop
The cap_initiator unicast_stop shell command had the wrong minimum parameter count (as it defaults to all). Some indentation had also gone wrong for it in the documentation. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
42731a04cb
commit
3537c4614b
2 changed files with 2 additions and 2 deletions
|
@ -1345,7 +1345,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
|
|||
cmd_cap_initiator_unicast_update, 2, CAP_UNICAST_CLIENT_STREAM_COUNT),
|
||||
SHELL_CMD_ARG(unicast_stop, NULL,
|
||||
"Unicast stop streams [stream [stream [stream...]]] (all by default)",
|
||||
cmd_cap_initiator_unicast_stop, 2, CAP_UNICAST_CLIENT_STREAM_COUNT),
|
||||
cmd_cap_initiator_unicast_stop, 1, CAP_UNICAST_CLIENT_STREAM_COUNT),
|
||||
SHELL_CMD_ARG(unicast_cancel, NULL, "Unicast cancel current procedure",
|
||||
cmd_cap_initiator_unicast_cancel, 1, 0),
|
||||
#if UNICAST_SINK_SUPPORTED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue