b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

Change ScanSettings? #25

Open EternityForest opened 3 years ago

EternityForest commented 3 years ago

It seems that this uses a deprecated startLeScan function, and a newer API allows for filtering, and things like low power background scans. Is this functionality on the road map for the future?

It would be very useful for key tracker beacons and the like.

b3b commented 3 years ago

Yes, I have not check how difficult it would be to implement background scans, but switch to BluetoothLeScanner methods is planned.