From 0d202c30a186c16358220327d1401cce8e8fd802 Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Tue, 28 May 2024 17:08:48 +0200 Subject: [PATCH] samples: bluetooth: connection_event_trigger: Increase BT_RX_STACK_SIZE The stack size needs to be increased after the upmerge, as the sample reports stack overflow when printing logs. Signed-off-by: Robert Lubos --- samples/bluetooth/connection_event_trigger/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/bluetooth/connection_event_trigger/prj.conf b/samples/bluetooth/connection_event_trigger/prj.conf index 511f27157d77..e6d0cc1e974b 100644 --- a/samples/bluetooth/connection_event_trigger/prj.conf +++ b/samples/bluetooth/connection_event_trigger/prj.conf @@ -32,5 +32,6 @@ CONFIG_BT_SCAN_UUID_CNT=1 CONFIG_BT_CTLR_SDC_EVENT_TRIGGER=y CONFIG_HEAP_MEM_POOL_SIZE=2048 +CONFIG_BT_RX_STACK_SIZE=1200 CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n