Skip to content

Commit a600943

Browse files
nimble/ll: Add missing scan resume
Need to always resume scan on rx_pkt_in...
1 parent 3b029a7 commit a600943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nimble/controller/src/ble_ll_scan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,7 @@ ble_ll_scan_rx_pkt_in(uint8_t ptype, struct os_mbuf *om, struct ble_mbuf_hdr *hd
19421942
}
19431943
#endif
19441944
if (ptype > max_pdu_type) {
1945+
ble_ll_scan_chk_resume();
19451946
return;
19461947
}
19471948

0 commit comments

Comments
 (0)