zephyr/subsys/bluetooth/controller
Piotr Pryga 06a8053901 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>
2021-11-01 11:14:46 -04:00
..
crypto
hal Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
hci BLuetooth: controller: hci: fix wrong sync handle in IQ samples report 2021-11-01 11:14:46 -04:00
include Bluetooth: Controller: Implement Periodic Advertiser List 2021-10-01 21:48:51 +02:00
ll_sw Bluetooth: controller: ULL: fix dequeue of IQ samples reports 2021-11-01 11:14:46 -04:00
ticker Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
util Bluetooth: controller: Add function to calculate BIS access address 2021-05-05 08:41:09 -04:00
CMakeLists.txt Bluetooth: Controller: Implement Periodic Advertiser List 2021-10-01 21:48:51 +02:00
Kconfig Bluetooth: Controller: Select CSA#2 for Extended Advertising Support 2021-10-27 11:33:07 +02:00
Kconfig.df kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
Kconfig.ll_sw_split Bluetooth: controller: Add per sync filt by CTE type for SOC w/o DFE 2021-10-07 21:36:55 -04:00