v0.0.213
What's Changed
- Fix wrong remove iso data path parameter by @zxzxwu in #700
- add advertise and scan options to the bench app by @barbibulle in #702
- speaker app: enable opus, enable more options by @barbibulle in #701
- hotfix by @barbibulle in #703
- Implement optional synchronization for has by @wescande in #704
- Dataclass-based ASCS Packets by @zxzxwu in #688
- Replace pre-3.9 typing aliases by @zxzxwu in #707
- HCI: Avoid patching init by @zxzxwu in #686
- add passkey delegate support for pairing by @barbibulle in #708
- Move return_parameters_fields to member by @zxzxwu in #709
- Dataclass-based HCI packets by @zxzxwu in #710
- Fix AVRCP errors by @zxzxwu in #712
- fix legacy pairing with oob by @barbibulle in #714
- Migrate all HCI_Extended_Event to dataclasses by @zxzxwu in #711
- Migrate all HCI_Event to dataclasses by @zxzxwu in #715
- Fix Rust linter errors by @zxzxwu in #719
- Migrate all HCI_Command to dataclasses by @zxzxwu in #716
- add iso support to bench app by @barbibulle in #723
- fix: add missing metadata call for
peer_identity_address_typeinHCI_LE_Set_Privacy_Mode_Commandby @vvydria in #727 - Update pyproject.toml to python 3.9 by @adjscent in #720
- Implement HCI_Mode_Change_Event by @khsiao-google in #721
- Allow register HCI packets with custom names by @zxzxwu in #728
- Migrate L2CAP packets to dataclasses by @zxzxwu in #718
- Remove link-relay and RemoteLink by @zxzxwu in #729
New Contributors
- @vvydria made their first contribution in #727
- @adjscent made their first contribution in #720
- @khsiao-google made their first contribution in #721
Full Changelog: v0.0.212...v0.0.213