zephyr/subsys/bluetooth/controller/hci
Piotr Pryga a9ab805983 BLuetooth: controller: hci: fix wrong sync handle in IQ samples report
There were no assignment to iq_report->hdr.handle in the code
hence all IQ samples reports had the same handle value which
was zero.

Since the handle is related with ll_sync_set pointer the handle
value may not be set in LLL.

The best place to set handle value is thread context where
bt_hci_evt_le_connectionless_iq_report is prepared.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-11-01 11:14:46 -04:00
..
nordic Bluetooth: controller: Cleanup included header files 2020-12-17 11:23:18 +01:00
openisa
hci_driver.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
hci_internal.h Bluetooth: Controller: Flush scanned rx node before scan response PDU 2021-08-17 17:36:19 +02:00
hci_user_ext.h
hci.c BLuetooth: controller: hci: fix wrong sync handle in IQ samples report 2021-11-01 11:14:46 -04:00