Bluetooth: controller: Do not skip one-shot tickers with slot
In preparation towards mesh advertise implementation, avoid one-shot tickers with slots, that have been scheduled to expire, from being removed by a forced start or update operation on another ticker. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
07270e52ba
commit
95d55a2bfc
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ static inline u32_t ticker_job_insert(struct ticker_instance *instance,
|
|||
|
||||
ticker_collide = &node[id_collide];
|
||||
if (ticker_collide->ticks_periodic &&
|
||||
ticker_collide->ticks_periodic &&
|
||||
ticker_collide->force < ticker->force) {
|
||||
/* dequeue and get the reminder of ticks
|
||||
* to expire.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue