ers-bluetoothprint-plugin
v0.0.5
Published
A full example could be: ``` cordova.plugins.bluetoothPrint.isBTEnabled( function (result) { alert("ACTION_IS_BT_ENABLED"); }, function (error) { alert("Scanning failed: " + error); } ); ```
Readme
A full example could be:
cordova.plugins.bluetoothPrint.isBTEnabled(
function (result) {
alert("ACTION_IS_BT_ENABLED");
},
function (error) {
alert("Scanning failed: " + error);
}
);