NordicPlayground / Android-nRF-UART

nRF UART app for Android. A simple app showing how to handle BLE with custom service in Android.
BSD 3-Clause "New" or "Revised" License
198 stars 134 forks source link

Enable notification on TX characteristics after pairing #4

Open helpme1 opened 8 years ago

helpme1 commented 8 years ago

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. This is not a problem if pairing/bonding is disabled.

How can I enable notification on TX characteristics on nRF-UART after pairing with ble-app-uart without bonding?

Thank you.

sivapraka commented 6 years ago

I am also having that problem