Skip to content

Bump tinygo.org/x/bluetooth from 0.15.0 to 0.16.0 - #13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/tinygo.org/x/bluetooth-0.16.0
Open

Bump tinygo.org/x/bluetooth from 0.15.0 to 0.16.0#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/tinygo.org/x/bluetooth-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps tinygo.org/x/bluetooth from 0.15.0 to 0.16.0.

Release notes

Sourced from tinygo.org/x/bluetooth's releases.

0.16.0

  • core
    • adapter: add Adapter.Reset() for in-process recovery (#446)
    • gap: add Appearance option to advertisements
    • gatts: support attaching descriptors to characteristics
  • nordic semi
    • sd: add BLE pairing and bonding support (#461)
    • sd: persist the bond to flash across resets (#461)
    • sd: restore CCCD subscriptions for bonded centrals across reconnects (#461)
    • sd: add RemoveBond to unpair the current central (#461)
    • sd: always set BLE_GAP_OPT_PASSKEY in EnablePairing (#461)
    • sd: fix RemoveBond racing with a concurrent CCCD save (#461)
    • sd: make bondValid a volatile.Register8 to fix a data race (#461)
    • sd: log whether pairing used LE Secure Connections with the bledebug build tag (#461)
    • sd: log the disconnect reason and LESC DHKey failures with the bledebug build tag (#461)
    • sd: don't block other goroutines while scanning (#458)
    • sd: respect connection parameter update request from peripheral (#456)
    • gap: propagate sd_ble_gap_appearance_set errors from Configure (#461)
    • nrf528xx: improve debug logging with the bledebug build tag (#457)
  • espradio
    • add ESP32-C3 and ESP32-S3 BLE support using the espradio VHCI transport (#464)
  • hci
    • add SetScanType and default to active scanning (#464)
    • fix: bounds check data received over the air to fix scanning panics (#464)
    • fix: read buffer growth that broke scanning on CYW43439 (#464)
  • darwin
    • fix: make Adapter.Enable callable after the first invocation (#445)
  • windows
    • feat: support disabling characteristic notifications (#438)
    • fix: close leaked resources (#451, #453)
    • fix: handle empty GATT response (#449, #450)
    • fix: add HRESULT error message (#447)
  • examples
    • add BLE pairing examples for Just Works and passkey display (#461)
  • modules
    • update to drivers 0.36 (#469)
  • docs
    • add AGENTS.md with instructions to use ASD-STE-100
    • README: add information about ESP32-C3 and ESP32-S3 support with espradio
  • build
    • ci: use the go.mod file as the minimum Go version for macOS tests
Changelog

Sourced from tinygo.org/x/bluetooth's changelog.

0.16.0

  • core
    • adapter: add Adapter.Reset() for in-process recovery (#446)
    • gap: add Appearance option to advertisements
    • gatts: support attaching descriptors to characteristics
  • nordic semi
    • sd: add BLE pairing and bonding support (#461)
    • sd: persist the bond to flash across resets (#461)
    • sd: restore CCCD subscriptions for bonded centrals across reconnects (#461)
    • sd: add RemoveBond to unpair the current central (#461)
    • sd: always set BLE_GAP_OPT_PASSKEY in EnablePairing (#461)
    • sd: fix RemoveBond racing with a concurrent CCCD save (#461)
    • sd: make bondValid a volatile.Register8 to fix a data race (#461)
    • sd: log whether pairing used LE Secure Connections with the bledebug build tag (#461)
    • sd: log the disconnect reason and LESC DHKey failures with the bledebug build tag (#461)
    • sd: don't block other goroutines while scanning (#458)
    • sd: respect connection parameter update request from peripheral (#456)
    • gap: propagate sd_ble_gap_appearance_set errors from Configure (#461)
    • nrf528xx: improve debug logging with the bledebug build tag (#457)
  • espradio
    • add ESP32-C3 and ESP32-S3 BLE support using the espradio VHCI transport (#464)
  • hci
    • add SetScanType and default to active scanning (#464)
    • fix: bounds check data received over the air to fix scanning panics (#464)
    • fix: read buffer growth that broke scanning on CYW43439 (#464)
  • darwin
    • fix: make Adapter.Enable callable after the first invocation (#445)
  • windows
    • feat: support disabling characteristic notifications (#438)
    • fix: close leaked resources (#451, #453)
    • fix: handle empty GATT response (#449, #450)
    • fix: add HRESULT error message (#447)
  • examples
    • add BLE pairing examples for Just Works and passkey display (#461)
  • modules
    • update to drivers 0.36 (#469)
  • docs
    • add AGENTS.md with instructions to use ASD-STE-100
    • README: add information about ESP32-C3 and ESP32-S3 support with espradio
  • build
    • ci: use the go.mod file as the minimum Go version for macOS tests
Commits
  • 25e72cb Release 0.16.0
  • b210de8 modules: update to drivers 0.36
  • 98a5a23 docs: add agents.md with instructions to use ASD-STE-100
  • 6c2b6f2 hci: add SetScanType and default to active scanning
  • 51ca3b0 hci: fix read buffer growth that broke scanning on CYW43439
  • e60a2ac hci: bounds check data received over the air to fix scanning panics
  • 07719df espradio: add ESP32 BLE support using espradio VHCI transport
  • d53d6c0 ci: use go.mod file as minimum Go version for macOS tests
  • 81dadab fix(windows): close leaked resources
  • c41f4c4 sd: make bondValid a volatile.Register8 to fix a data race
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tinygo.org/x/bluetooth](https://github.com/tinygo-org/bluetooth) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/tinygo-org/bluetooth/releases)
- [Changelog](https://github.com/tinygo-org/bluetooth/blob/dev/CHANGELOG.md)
- [Commits](tinygo-org/bluetooth@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: tinygo.org/x/bluetooth
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants