Bluetooth: BAP: Shell: Fix documentation for broadcast_code
The documentation for the command bap_broadcast_assistant broadcast_code was incorrect and has been fixed. Additionally, and example of the command has been added in the shell documentation. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
ab57f2275a
commit
0f3b0d29da
2 changed files with 12 additions and 2 deletions
|
@ -1042,7 +1042,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(
|
|||
"[<sync_bis>] [<metadata>]",
|
||||
cmd_bap_broadcast_assistant_mod_src, 3, 2),
|
||||
SHELL_CMD_ARG(broadcast_code, NULL,
|
||||
"Send a space separated broadcast code of up to 16 bytes "
|
||||
"Send a string-based broadcast code of up to 16 bytes "
|
||||
"<src_id> <broadcast code>",
|
||||
cmd_bap_broadcast_assistant_broadcast_code, 3, 0),
|
||||
SHELL_CMD_ARG(rem_src, NULL, "Remove a source <src_id>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue