Releases: embassy-rs/bt-hci
Releases · embassy-rs/bt-hci
bt-hci 0.9.0
What's Changed
- update HCI command list to match Core spec 6.2 by @J0hannes101 in #73
- fix(le): set correct timebase for scan interval and window by @nponsard in #74
- impl. conversion for core::time::duration by @xoviat in #77
- fix le event kind by @xoviat in #81
- Update HCI types to Bluetooth Core Spec 6.3 by @J0hannes101 in #75
New Contributors
Full Changelog: v0.8.1...v0.9.0
bt-hci 0.8.1
bt-hci 0.8.0
What's Changed
- Add LE Subrate commands from BLE 5. by @tompre in #69
- add LE SCI support from ble 6.2 by @J0hannes101 in #70
- Add command/event for BLE 6.0 LE Frame Space Update by @J0hannes101 in #71
New Contributors
- @tompre made their first contribution in #69
- @J0hannes101 made their first contribution in #70
Full Changelog: v0.7.0...v0.8.0
bt-hci 0.7.0
What's Changed
- fix: LeSetPeriodicAdvParamsV2 OCF. fixes #62 by @Abrahamh08 in #63
- Update embedded-io to 0.7 by @Dirbaio in #64
- feat: Make the inner value of newtype params pub by @alexmoon in #67
- fix:
defmt::Formatimpl forStatusparam by @alexmoon in #68
New Contributors
- @Abrahamh08 made their first contribution in #63
Full Changelog: v0.6.0...v0.7.0
bt-hci 0.6.0
What's Changed
Full Changelog: v0.5.0...v0.6.0
bt-hci 0.5.0
bt-hci 0.4.0
What's Changed
- Add BR/EDR commands and events by @kakilangit in #47
- Extract the
uuidmodule to a separate crate by @alexmoon in #48 - Fix incorrect remaining bytes by @kakilangit in #49
- Add missing link controls commands from 0x01 - 0x0f by @kakilangit in #50
- Add missing link controls command from 0x11 - 0x2f by @kakilangit in #52
- Add missing link controls command from 0x31 - 0x4f by @kakilangit in #53
- Add missing HCI events for Bluetooth BR/EDR by @kakilangit in #54
- feat: support remote connection param request replies by @lulf in #55
New Contributors
- @kakilangit made their first contribution in #47
Full Changelog: v0.3.2...v0.4.0
bt-hci 0.3.2
What's Changed
- Match characteristics to data types by @jamessizeland in #45
- Add UUID info to readme by @jamessizeland in #46
Full Changelog: v0.3.1...v0.3.2
bt-hci 0.3.1
bt-hci 0.3.0
What's Changed
- feat: add a way to get the acl header of an acl data by @lulf in #37
- Add missing fields to
LeExtAdvReportby @korbin in #39 - Added support for serialization of param using serde by @blueluna in #36
- Add 1 to the size of WriteHci-serialized byte slices by @korbin in #38
- Make
secondary_adv_phyoptional for LeExtAdvReport by @korbin in #40 - Add
LeSetExtAdvParamsV2from BLE5.4 by @korbin in #41
New Contributors
Full Changelog: v0.2.1...v0.3.0