You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Bluetooth connectivity implementation on Android is buggy.
We don't implement BT scanning, therefore we can only connect to devices that are already paired with the operating system.
Bluetooth on Android is notoriously unreliable and a hassle to work with. Android 8 introduced the CompanionDeviceManager to help applications pair with and connect to Bluetooth devices in a more sane manner.
Investigate whether we could use this technology for connecting to Bluetooth printers.
The text was updated successfully, but these errors were encountered:
Bluetooth on Android is notoriously unreliable and a hassle to work with. Android 8 introduced the CompanionDeviceManager to help applications pair with and connect to Bluetooth devices in a more sane manner.
Investigate whether we could use this technology for connecting to Bluetooth printers.
The text was updated successfully, but these errors were encountered: