v0.0.215
What's Changed
- gbg/rtk driver enhancement by @barbibulle in #750
- Migrate SMP commands to dataclasses by @zxzxwu in #755
- Migrate ATT PDU to dataclasses by @zxzxwu in #756
- Fix wrong BIG parameters and flows by @zxzxwu in #754
- Add L2CAP Credit Based packets definitions (0x17-0x1A) by @zxzxwu in #751
- Always log exception using logging.exception by @zxzxwu in #759
- Enhance transports by @zxzxwu in #760
- use isort when formatting by @barbibulle in #763
- Remove depreacated L2CAP APIs by @zxzxwu in #766
- add support for data type classes by @barbibulle in #768
- Migrate AVRCP packets to dataclasses by @zxzxwu in #767
- Add typing for device.py by @khsiao-google in #764
- Add typing for host.py by @khsiao-google in #769
- AVRCP: Implement most commands and responses by @zxzxwu in #770
- HAP: Slightly Pythonic refactor by @zxzxwu in #772
- Improve connection related functions and names by @khsiao-google in #771
- Distinguish IPv6 address and metadata by @zxzxwu in #762
- Handle ISO data path race condition by @zxzxwu in #777
- Add a2dp_test.py tests for a2dp.py by @khsiao-google in #776
- Remove the word 'complete' from function name by @khsiao-google in #775
- Upgrade Rust to 1.80.0 by @zxzxwu in #778
Full Changelog: v0.0.214...v0.0.215