commit | 3cc8f31744f7d14414d6f55f3135ac74f11060b4 | [log] [tgz] |
---|---|---|
author | Vinayak Kariappa Chettimada <vich@nordicsemi.no> | Mon Jun 21 23:52:52 2021 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jul 02 13:05:36 2021 -0400 |
tree | 11a1497561cddedc02b734442f113764076fda3e | |
parent | 70ad4dc82256b0a76a561c4c180bf1c51491b0eb [diff] |
Bluetooth: Controller: Fix auxiliary scan context leak Fix an auxiliary scan context leak when initiator establishes a connection while there is another pending auxliary PDU scheduled to be received. In this case, the pending auxliary scan LLL context does an early abort without generating a scan aux done event. Missing scan aux done event caused the auxiliary scan context leak. Fixes #36131. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>