Version 0.12.0 #577
dlech
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
mtu_size
property for clients.BleakScanner.discovered_devices
property.BleakScanner.find_device_by_filter
static method.scanner_byname.py
example.Changed
Programming Language :: Python :: 3.9
classifier insetup.py
.BleakScanner.get_discovered_devices()
async method.BleakScanner
.BleakDBusError
is converted to string.Union[bytes, bytearray, memoryview]
.get_rssi()
on CoreBluetooth backend.@objc.python_method
where possible inPeripheralDelegate
class.BleakScanner.start()
andstop()
in CoreBluetooth backend.
Fixed
KeyError
when trying to connect toBLEDevice
from advertisingdata callback on macOS. Fixes Device returned by detection callback is not properly initialized on corebluetooth #448.
connect_by_bledevice.py
example. Fixes Code working on Linux but not on Windows #487.Optional
typehint forBleakScanner.find_device_by_address
.linux_autodoc_mock_import
indocs/conf.py
.BleakClientBlueZDBus.pair()
method always returningTrue
. Fixes BlueZ backend always thinks device is paired? #503.value
should bebytearray
on CoreBluetooth. Fixes CoreBluetooth: Callback gets_NSInlineData
, notbytearray
, causing methods to fail #560.CoreBluetooth backend. Fixes Crash on mac after timeout connecting to device #538.
BleakScanner
onCoreBluetooth backend.
callbacks are pending. Fixes Program disconnects before connection established. Locks up Bleak #535.
with the same UUID on CoreBluetooth backend.
BleakScanner.stop()
when alreadystopped in CoreBluetooth backend.
This discussion was created from the release Version 0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions