v0.0.130
What's Changed
- Add runtime switch for filtering by address. by @AlanRosenthal in #46
- add 'scan clear' command to console.py by @mogenson in #52
- use the correct constants as previously renamed by @barbibulle in #54
- device: raise a
CommandTimeoutError
error on command timeout by @uael in #50 - classic: update
Device.connect
to allow parallels connection creation by @uael in #48 - Use random address in console.py if device config is not provided by @mogenson in #51
- Add a show device tab by @mogenson in #53
- Device improvements by @uael in #55
- Add L2CAP CoC support by @barbibulle in #34
- Add definition of
Client Characteristic Configuration bit
by @AlanRosenthal in #58 - le: pass
own_address_type
to BLEDevice.connect
by @uael in #59 - use a formatter object, not a string by @barbibulle in #60
- fix classic connection event filtering by @barbibulle in #65
- Pairing improvements by @uael in #68
- Add prefer_notify option to gatt_client subscribe() by @mogenson in #71
- address: add public information to the stringified value by @uael in #72
- lower the number of test cases for l2cap in order to speed up the test by @barbibulle in #73
New Contributors
- @AlanRosenthal made their first contribution in #46
- @uael made their first contribution in #50
Full Changelog: v0.0.129...v0.0.130