vascolp

Results 4 comments of vascolp

I Have an HP EliteBook 840 G7 with an internal Intel Wireless Bluetooth adapter. Windows 10. Had many problems connecting to Lego hubs with it. I got a [TP-Link Bluetooth...

Ok, here are some notes about android permission versions, that might be of interest to someone. 1. Did not investigate versions prior to android 10, but probably it works like...

Maybe you could just put the android permissions code inside an if, something like this: ``` if 'BLEAK_ANDROID_NO_PERMISSIONS' not in globals(): # get permissions ``` Then I just would have...

Well, it would not really be in the import, the `if` should be inside the `BleakScannerP4Android.start()` method, and the test would happen in run time. Well, I would rather have...