This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled by default if ble-app-uart is paired without bonding. This resulted in ble-app-uart not being able to transmit data to nRF-UART as notifications were disabled.
How can I enable notification on TX characteristics on nRF-UART after pairing with ble-app-uart without bonding? I am not an Android developer. Some hints as a starting point would be useful.
The nordic nRF-UART source code is found here; github.com/.../Android-nRF-UART
It would be even better if there is solution by changing the code on the nRF51 side without touching the Android code.