-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
This code always returns "Unable to connect device" no matter what device is used (Android 5, 8, 10).
The address sent is the correct one (returned by pairedDevices()).
Zebra ZD421 printer
let deviceAddress = '00:07:4D:BD:27:2E';
RNZebraBluetoothPrinter.connectDevice(deviceAddress)
.then((res) => {
console.log(res);
})
.catch((error) => console.log(error.message));
Has anyone experienced this problem or seen how to solve it ? Thanks
Metadata
Metadata
Assignees
Labels
No labels