Re: [Interest] BTLE device discovered on Linux, Windows, and Android, but not MacOS or iOS

2022-11-03 Thread ekke
in fact I'm using something like this: NSBluetoothPeripheralUsageDescription $(PRODUCT_NAME) uses Bluetooth LE Device (WaiterLock) for easy Login NSBluetoothAlwaysUsageDescription $(PRODUCT_NAME) can use a Bluetooth LE WaiterLock for Login - esp. if iPad is shared by Team Members sorry - ca

Re: [Interest] BTLE device discovered on Linux, Windows, and Android, but not MacOS or iOS

2022-11-03 Thread ekke
you should have something like this in your info.plist: NSBluetoothPeripheralUsageDescription $(PRODUCT_NAME)searchesBluetoothLEDevicesforBarcodeScanner ekke Am 03.11.22 um 19:51 schrieb Glen Mabey: I'm working on a project that is developing a new Bluetooth Low Energy device (it's a BTLE "p

[Interest] BTLE device discovered on Linux, Windows, and Android, but not MacOS or iOS

2022-11-03 Thread Glen Mabey
I'm working on a project that is developing a new Bluetooth Low Energy device (it's a BTLE "peripheral"), which is *not* running any Qt code. The application that talks to it (the BTLE "central") *is* written in Qt -- I've tried various versions, but I'm currently using 6.4.0. I started with the