I am trying to work on ble_app_uart example project working.
I am able to see that the "nus_data_handler" is triggered when any data is received over the BLE channel. On trying to echo back the data it is always sending out a 1 over the BLE channel. also trying to pass the data to UART reveals that the length is always 1 (0x31) and p_data also points to a character '1'.
Any help will be appreciated.
Thanks in advance.