Bluetooth: controller: Revert fix for scanner Rx window hang
This reverts commit b5235207d3
("Bluetooth: controller:
Fix for scanner Rx window hang") as this leads to
connection events to be skipped, failing conformance tests.
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
7474553543
commit
de6ed122a8
1 changed files with 0 additions and 6 deletions
|
@ -4442,12 +4442,6 @@ static u32_t event_common_prepare(u32_t ticks_at_expire,
|
||||||
/* Check for stale ticks_at_expire */
|
/* Check for stale ticks_at_expire */
|
||||||
if (ticker_ticks_diff_get(ticker_ticks_now_get(), ticks_at_expire) >
|
if (ticker_ticks_diff_get(ticker_ticks_now_get(), ticks_at_expire) >
|
||||||
TICKER_US_TO_TICKS(RADIO_TICKER_START_PART_US)) {
|
TICKER_US_TO_TICKS(RADIO_TICKER_START_PART_US)) {
|
||||||
/* Abort any running role, as it probably is the cause for
|
|
||||||
* stale ticks_at_expire.
|
|
||||||
*/
|
|
||||||
event_stop(0, 0, 0, (void *)STATE_ABORT);
|
|
||||||
|
|
||||||
/* TODO: How much consecutive skips is tolerable? */
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue