Hello,
i am using "ble_app_uart" example code in nrf SDK to connect to bluetooth and to read-write the data after connection through nrf connect application.
write part: (write data to nrf52832 from nrf connect application)
after connection if i send any data through nrf connect application in firmware "BLE_GATTS_EVT_WRITE:" event is generating and i am able receicve the data.
read part: ( read data from nrf52832 using nrf connect application)
in example code tx characteristic is initialized as notify, but i want data read from nrf connect app so i changed tx characteristic to read by modifiying code as below.
after modification from nrf connect app i am trying to read data but no event is generating in firmware

where i am doing wrong? am i using correct example code? what other changes i need to make in "ble_app_uart" example code to read and write data from nrf connect application?
my requirement is:
1) to connect to nrf52832 from nrf connect application.
2)when nrf connect send wite i want to receive data(working correctly this part)
3)when nrf connect send read i want to replay some data ( not working this part)
thanks
varun.