Bluetooth Bee: stop sending status messages

Hi,

Is there a way to stop the Bluetooth Bee from sending these status messages like “+BTSTATE:4” (connected).
Since I’m listening in my code for incoming serial commands like, when an ‘A’ is received, do this, it also responds to messages from the Bee itself (there’s an A in BTSTATE:4)…
I want the Bee to be dead quiet and only send serial messages that it has actually received!

Thanks for purchasing our product. There is nothing command to shut the status messages. I think you should listen to your code for incoming serial commands after the BTs are paired and connected, then you don’t need to warry about the problem.