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:
Vinayak Kariappa Chettimada 2020-04-08 16:14:00 +05:30 committed by Carles Cufí
commit 608063b3ec

View file

@ -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);
}