diff --git a/subsys/bluetooth/controller/hci/hci.c b/subsys/bluetooth/controller/hci/hci.c index 66d68471305..6b15e721978 100644 --- a/subsys/bluetooth/controller/hci/hci.c +++ b/subsys/bluetooth/controller/hci/hci.c @@ -7002,6 +7002,11 @@ static void le_ext_adv_report(struct pdu_data *pdu_data, ptr += BDADDR_SIZE; } + if (h->cte_info) { + /* CTEInfo is RFU */ + ptr += 1; + } + if (h->adi) { adi_curr = (void *)ptr;