Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: embassy-rs/bt-hci

bt-hci 0.9.0

18 May 13:19

Choose a tag to compare

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

21 Apr 08:32

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

bt-hci 0.8.0

11 Feb 09:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

bt-hci 0.7.0

06 Jan 07:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

bt-hci 0.6.0

26 Sep 09:01

Choose a tag to compare

What's Changed

  • fix: support special command complete by @lulf in #60

Full Changelog: v0.5.0...v0.6.0

bt-hci 0.5.0

19 Sep 07:25

Choose a tag to compare

What's Changed

  • Bump heapless and embassy-time version by @HaoboGu in #56
  • feat: add lower footprint decode of events by @lulf in #58

New Contributors

Full Changelog: v0.4.0...v0.5.0

bt-hci 0.4.0

09 Aug 08:45

Choose a tag to compare

What's Changed

  • Add BR/EDR commands and events by @kakilangit in #47
  • Extract the uuid module 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

Full Changelog: v0.3.2...v0.4.0

bt-hci 0.3.2

28 May 12:00

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

bt-hci 0.3.1

29 Apr 08:10

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

bt-hci 0.3.0

07 Apr 08:10

Choose a tag to compare

What's Changed

  • feat: add a way to get the acl header of an acl data by @lulf in #37
  • Add missing fields to LeExtAdvReport by @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_phy optional for LeExtAdvReport by @korbin in #40
  • Add LeSetExtAdvParamsV2 from BLE5.4 by @korbin in #41

New Contributors

Full Changelog: v0.2.1...v0.3.0