Skip to content

Commit e4ae7b8

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: controller: split: Increase event start overhead time
Increase the event start overhead time to accommodate for processing time for dequeueing pipeline in Upper Link Layer. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent f6799ff commit e4ae7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_vendor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define EVENT_OVERHEAD_PREEMPT_US 0 /* if <= min, then dynamic preempt */
99
#define EVENT_OVERHEAD_PREEMPT_MIN_US 0
1010
#define EVENT_OVERHEAD_PREEMPT_MAX_US EVENT_OVERHEAD_XTAL_US
11-
#define EVENT_OVERHEAD_START_US 200
11+
#define EVENT_OVERHEAD_START_US 300
1212
/* Worst-case time margin needed after event end-time in the air
1313
* (done/preempt race margin + power-down/chain delay)
1414
*/

0 commit comments

Comments
 (0)