Cordova-Plugin-BTPrinter
Cordova-Plugin-BTPrinter copied to clipboard
BTPrinter.list return names and renamed paired devices
As we know, the Android Bluetooth settings allow us to rename the paired Bluetooth devices. However, when i issue
BTPrinter.list(function(data){
console.log("Success");
console.log(data); // paired bluetooth devices array
},function(err){
console.log("Error");
console.log(err);
});
the "data" array continues to show the original device names - not respecting the renaming. Any idea why is that?