Hi, all
I added a scanning module to the example 'ble_app_uart.c', so each one works well.
What I want to do is advertising and connect at the same time while connected to peripheral through scan.
So if I try to connect to advertising after scan connection (and same as vice versa), an error of 0x04 occurs in function 'ble_nus_c_handles_assign'.
In what part did the memory shortage occur?