I run SDK 15.3 "examples \ ble_peripheral \ ble_app_uart" in 52-DK . and send UART data to nrf Connect in my Phone, i found if i close the ble connect while TX Characteristic is open, and then reconnect ble connect and not open TX Characteristic, then send UART data to the Phone, the 52-DK would restart. because of the "ble_nus_data_send" code return error 0x3401.
is it a bug in SDK? for customer demand ,if the TX Characteristic is not open, the ble device can not restart or crash whatever ble device send data or not.