Bluetooth printer

I m need to print in bluebamboo P25 printer bluetooth , can you help me ?
I m using NSB APP STUDIO.

Not sure if you have seen this: https://stackoverflow.com/questions/29466822/connecting-cordova-app-with-bluetooth-printer

There are several Cordova Bluetooth and BluetoothLE plugins available to handle the connection, but you’ll need to look into the commands used by this printer.

Here is an example with code done for an Android project. You can look at the java code and translate it into NS Basic or directly into JavaScript. Example: https://github.com/lorensiuswlt/P25Demo

Doesn’t look that hard. Good luck.