Cordova-Plugin-BTPrinter icon indicating copy to clipboard operation
Cordova-Plugin-BTPrinter copied to clipboard

BTPrinter.list return names and renamed paired devices

Open wencywww opened this issue 1 year ago • 0 comments

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?

wencywww avatar Jan 24 '24 15:01 wencywww