Skip to content

Commit d90f3db

Browse files
cvinayakcarlescufi
authored andcommitted
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 <[email protected]>
1 parent e4ae7b8 commit d90f3db

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/ll_sw

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/lll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define TICKER_USER_ID_ULL_LOW MAYFLY_CALL_ID_2
1111
#define TICKER_USER_ID_THREAD MAYFLY_CALL_ID_PROGRAM
1212

13-
#define EVENT_PIPELINE_MAX 5
13+
#define EVENT_PIPELINE_MAX 7
1414
#define EVENT_DONE_MAX 3
1515

1616
#define HDR_ULL(p) ((void *)((u8_t *)(p) + sizeof(struct evt_hdr)))

0 commit comments

Comments
 (0)