Added
- Added
bluezparameter toBleakClient.start_notify()to allow forcing using "StartNotify" instead of "AcquireNotify" on BlueZ backend. Fixes #1885. - Added
bleak.args.SizedBuffertype for better type hinting of buffer protocol parameters.
Fixed
- Fixed calling
logging.debug()in WinRT backend. Fixes #1882. - Fixed calling
logging.warning()in BlueZ backend.