From d90f3db3bc8120a92bff52baa7136fa428574ea2 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 8 Aug 2019 16:25:57 +0530 Subject: [PATCH] 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 --- subsys/bluetooth/controller/ll_sw/lll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))