Bluetooth: Audio: Shell: Print BIS Sync as hex
Since the value is a bitfield, printing it as hex makes it easier to use. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
8a3aa4c289
commit
f24e9d9fcd
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static void bap_broadcast_assistant_recv_state_cb(
|
|||
const struct bt_bap_scan_delegator_subgroup *subgroup = &state->subgroups[i];
|
||||
struct net_buf_simple buf;
|
||||
|
||||
shell_print(ctx_shell, "\t[%d]: BIS sync %u, metadata_len %u",
|
||||
shell_print(ctx_shell, "\t[%d]: BIS sync 0x%04X, metadata_len %u",
|
||||
i, subgroup->bis_sync, subgroup->metadata_len);
|
||||
|
||||
net_buf_simple_init_with_data(&buf, (void *)subgroup->metadata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue