Hi Sirs:
I am trying to change a characteristic property from "notify" to "indicate".
And the example I used was SDK15-> ble_app_uart.
I have ref these document:
And here is what I've done so far:








I test it with nrf_connect (android app), here is the result:
I could see that the property of tx_char is changed from "notify" to "indicate"
but when I sent data from the UART module, there was no response shown on the phone.
And the RTT viewer didn't show any error log:
Is there any step I missed? Any suggestion will be great!!
Thank you!