commit | 49f0aba94c05d489ea96c99cbb3d2e89f9cbe019 | [log] [tgz] |
---|---|---|
author | Piotr Pryga <piotr.pryga@nordicsemi.no> | Wed Dec 22 15:05:42 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Dec 23 11:20:00 2021 +0100 |
tree | 5290b1deaccb49c1571816496e86d21744a63b6f | |
parent | 9073faf641ede9ea5d39baf22376530edac3f303 [diff] |
Bluetooth: Controller: Fix wrong variable passed to isr_done Wrong variable was passed when isr_done was registered. It lead to memory faults and exceptions. It should be a pointer to lll_adv_sync instance instead of lll_adv. The commit fixes the issue. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>