Bluetooth: controller: split: Increase pipeline size
Increase pipeline size to accommodate probable multiple prepare for directed advertising events, with reserved time which are shorter than prepare duration, being enqueued. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
e4ae7b8818
commit
d90f3db3bc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#define TICKER_USER_ID_ULL_LOW MAYFLY_CALL_ID_2
|
||||
#define TICKER_USER_ID_THREAD MAYFLY_CALL_ID_PROGRAM
|
||||
|
||||
#define EVENT_PIPELINE_MAX 5
|
||||
#define EVENT_PIPELINE_MAX 7
|
||||
#define EVENT_DONE_MAX 3
|
||||
|
||||
#define HDR_ULL(p) ((void *)((u8_t *)(p) + sizeof(struct evt_hdr)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue