Bluetooth: controller: split: Fix LLL Tx flush to be immediate
Fix the mayfly scheduling of the Tx buffer flushing on connection termination to be immediate (not to tailchain). Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
299c9fedd4
commit
7d49726498
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ static void ticker_op_stop_cb(u32_t status, void *param)
|
|||
mfy.param = param;
|
||||
|
||||
/* Flush pending tx PDUs in LLL (using a mayfly) */
|
||||
retval = mayfly_enqueue(TICKER_USER_ID_ULL_LOW, TICKER_USER_ID_LLL, 1,
|
||||
retval = mayfly_enqueue(TICKER_USER_ID_ULL_LOW, TICKER_USER_ID_LLL, 0,
|
||||
&mfy);
|
||||
LL_ASSERT(!retval);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue