Hi,
I have device restart after line:
err = bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), sd, ARRAY_SIZE(sd));
(k_sys_fatal_error_handler reason 4 or sometimes 3 in debugger)
my prj.conf and main.c in attachments
Hi,
I have device restart after line:
That error from main.c line 851 may mean that there is no enough memory for allocation. Could you try to increase the heap size for the msg and check again if you are still getting the same error.