commit | 826ac0755b412a74d6e1a7f4cdd659b57cae0e8c | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Jan 24 10:34:23 2024 +0100 |
committer | David Leach <david.leach@nxp.com> | Sat Mar 09 14:10:17 2024 -0600 |
tree | 18399e148d7689aa2cdbcef38843ad5f515898ff | |
parent | f7cbc9b9437a8049d7efad3844001cfca3703a5c [diff] |
bluetooth: audio: shell: Improve indentation when printing codecs Codecs can be printed at different levels: level 0: Generic and unicast level 1: subgroup codec configs level 2: BIS codec configs This commit ensures that the indentation level is correctly increase based on where the codec configuration data is printed. This also updates the documentation for the BAP shell. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>