diff --git a/subsys/bluetooth/controller/ll_sw/lll.h b/subsys/bluetooth/controller/ll_sw/lll.h index 407594cb543..37075739a60 100644 --- a/subsys/bluetooth/controller/ll_sw/lll.h +++ b/subsys/bluetooth/controller/ll_sw/lll.h @@ -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)))