I am working with the ble_app_uart example in SDK 12.3.0 for the pca10028 board, and want to add a second tx characteristic (the one which receives from the nRF Connect app). I tried adding a second call of tx_char_add, and the characteristic appears in the app, but nothing I send through it appears on the other end, while the initial one still sends and receives fine. What do I need to change to allow a second characteristic to communicate?