Skip to content

Commit 5d5e337

Browse files
committed
Bluetooth: Controller: Fix missing radio status reset
Fix missing radio status reset on early abort of central and peripheral prepare. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
1 parent 773222e commit 5d5e337

File tree

1 file changed

+2
-0
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+2
-0
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ void lll_isr_early_abort(void *param)
807807
{
808808
int err;
809809

810+
radio_status_reset();
811+
810812
radio_isr_set(isr_race, param);
811813
if (!radio_is_idle()) {
812814
radio_disable();

0 commit comments

Comments
 (0)