NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

Add support for passive scan #209

Closed mkarhumaa closed 2 years ago

mkarhumaa commented 2 years ago

This commit makes it possible for library user to use passive scanning. To be backwards compatible, the active scan is still used as a default.

mkarhumaa commented 2 years ago

@kenr @jornbh @bihanssen I have couple of open pull requests for pc-ble-driver-py. Do you have any plans to create new release of pc-ble-driver-py? I would really appreciate release with these fixes and with latest fixes from pc-ble-driver (namely https://github.com/NordicSemiconductor/pc-ble-driver/commit/cdf805f45e4496c4fc1cdb6d565de974c03244b3).

jornbh commented 2 years ago

The tests have now passed.