commit | 06a8053901da331d28335856380c134339e5c8af | [log] [tgz] |
---|---|---|
author | Piotr Pryga <piotr.pryga@nordicsemi.no> | Thu Oct 14 15:39:37 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 01 11:14:46 2021 -0400 |
tree | 1251c973d0891281e3801822448e8fe0964deb6f | |
parent | a9ab80598302fd8195ff6a24fd190fb398dbaa2f [diff] |
Bluetooth: controller: ULL: fix dequeue of IQ samples reports Dequeue and scheduling IQ samples report towards host was working by accident. IQ samples were casted to pointer to struct pdu_adv. Then type of PDU was checked. Fortunately the IQ samples hadn't got PDU_ADV_TYPE_EXT_IND in memory pointed by struct pdu_adv->type. NODE_RX_TYPE_IQ_SAMPLE_REPORT must have separate execution path in rx_demux_rx. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>