commit | a9ab80598302fd8195ff6a24fd190fb398dbaa2f | [log] [tgz] |
---|---|---|
author | Piotr Pryga <piotr.pryga@nordicsemi.no> | Thu Oct 14 15:23:06 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 01 11:14:46 2021 -0400 |
tree | f005df9f4c8a61a5ca1b2e2a1bc6f75bd8d27eb4 | |
parent | 131f04c32a8d724001bc6a7a0743b09e97abbfda [diff] |
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>