-
-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Any chance of passkey support?
I have this working with a Zebra ZQ521 that was sent to us by a company we buy our CipherLab devices from, but it requires me to pair to the printer first via the Android Settings app.
Unfortunately we don't give our warehouse staff or store staff access to the Settings app, the CipherLab devices run in a locked down mode, which means connection to the printer via BLE would be required to occur inside the app itself.
Once initially paired though, I have it connecting, getting the list of services, selecting the correct service and characteristic, then writing to the characteristic (Chunking the data up into bite sized pieces because the labels I want to send aren't simple ones).
That all works perfectly, happens nice and quickly too, I would just love to get the whole procedure done inside the app.
Discovery, Pairing, Connecting, Writing, and Disconnecting.