Hi, I am using nRF51822xxaa and s130 and SDK 10.0. nRF51 connects with the app(notifications enabled), then bonds with it. Subsequent communications between the app and the nRF51 would happen only if the app and nRF51 are already bonded. Every time when the nRF51 sends a data to the app, should the nRF51 wait in a loop till BLE_EVT_TX_COMPLETE event is received (meaning, the app has received the data that has been sent by the nRF51 to the app)? I thought this would be automatically handled by the Bluetooth stack. Am I right? Thanks.