Where I have to add the Null.Terminate.Strings in my app here: Sending text data over a Bluetooth HC-08 module ?
In your example you are sending only less than 20 characters! Because the HC-08 module adds after every 20 byte packet a new line, I think this will not change it.
The null terminate strings perhaps.