Bluetooth: controller: hci: Indent BT_INFO of extended header
Indent when logging out the field value of common extended advertising header format. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
561354dde2
commit
608063b3ec
1 changed files with 7 additions and 7 deletions
|
@ -3043,8 +3043,8 @@ static void le_adv_ext_report(struct pdu_data *pdu_data,
|
|||
aux = (void *)ptr;
|
||||
ptr += sizeof(*aux);
|
||||
|
||||
BT_INFO("AuxPtr chan_idx = %u, ca = %u, offs_units = %u"
|
||||
" offs = 0x%x, phy = 0x%x", aux->chan_idx,
|
||||
BT_INFO(" AuxPtr chan_idx = %u, ca = %u, offs_units "
|
||||
"= %u offs = 0x%x, phy = 0x%x", aux->chan_idx,
|
||||
aux->ca, aux->offs_units, aux->offs, aux->phy);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue