Skip to content

Bump tinygo.org/x/bluetooth from 0.14.0 to 0.15.0#22

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

Bump tinygo.org/x/bluetooth from 0.14.0 to 0.15.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

0.15.0

  • core
    • gap: add Device.Connected() method to check connection status (#426)
    • gap: add GAPDevice as a base interface (#429)
    • gattc: add GATTCService and GATTCCharacteristic common interfaces (#432)
    • adapter: add BLEAdapter common interface (#431)
    • errors: add attribute protocol error definitions (#421)
    • gap: add PHY type definitions (#424)
    • uuid: make UUID API safer
    • gap: remove service/stop advertising support (#407)
  • darwin
    • fix: ensure ordered notification delivery
    • fix: WriteWithoutResponse checks CanSendWriteWithoutResponse before sending (#386, #435)
    • fix: add DidFailToConnectPeripheral handler (#430)
    • fix: add DidUpdateNotificationState callback when enabling notifications (#433)
    • fix: Device.DiscoverServices() now correctly filters discovered services (#428)
    • fix: preserve services ordering in DiscoverServices (#417)
    • fix: allow disabling notifications by passing nil as the callback argument
  • windows
    • fix: add missing service UUIDs in scan results (#427)
    • fix: preserve services ordering in DiscoverServices (#415)
    • fix: preserve characteristic ordering in DiscoverCharacteristics (#410)
    • feat: add error code from async operation result
    • feat: add WinRT handler for Bluetooth LE connection status changes
  • linux
    • feat: add Write method to write characteristic value with response (#389)
  • hci
    • fix: remove superfluous debug print in gap_hci
  • modules
    • update to cyw43439 v0.1.0 release
  • build
    • update CI to use latest minimum and current Go versions
Changelog

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

0.15.0

  • core
    • gap: add Device.Connected() method to check connection status (#426)
    • gap: add GAPDevice as a base interface (#429)
    • gattc: add GATTCService and GATTCCharacteristic common interfaces (#432)
    • adapter: add BLEAdapter common interface (#431)
    • errors: add attribute protocol error definitions (#421)
    • gap: add PHY type definitions (#424)
    • uuid: make UUID API safer
    • gap: remove service/stop advertising support (#407)
  • darwin
    • fix: ensure ordered notification delivery
    • fix: WriteWithoutResponse checks CanSendWriteWithoutResponse before sending (#386, #435)
    • fix: add DidFailToConnectPeripheral handler (#430)
    • fix: add DidUpdateNotificationState callback when enabling notifications (#433)
    • fix: Device.DiscoverServices() now correctly filters discovered services (#428)
    • fix: preserve services ordering in DiscoverServices (#417)
    • fix: allow disabling notifications by passing nil as the callback argument
  • windows
    • fix: add missing service UUIDs in scan results (#427)
    • fix: preserve services ordering in DiscoverServices (#415)
    • fix: preserve characteristic ordering in DiscoverCharacteristics (#410)
    • feat: add error code from async operation result
    • feat: add WinRT handler for Bluetooth LE connection status changes
  • linux
    • feat: add Write method to write characteristic value with response (#389)
  • hci
    • fix: remove superfluous debug print in gap_hci
  • modules
    • update to cyw43439 v0.1.0 release
  • build
    • update CI to use latest minimum and current Go versions
Commits
  • fb2fb35 Release 0.15.0
  • 5de976e build: update builds to use latest minimum and current Go versions for CI
  • 5fec7ba modules: update to cyw43439 0.1.0 release
  • 3b1caa6 fix: ensured ordered notification delivery on darwin
  • 6a7aee4 fix(windows): add missing service UUIDs in scan results (#427)
  • 75ce228 fix(darwin): write without response canSendWriteWithoutResponse (#435)
  • 9eaff1b feat(windows): add error code from async operation
  • fa62edd fix(darwin): add DidFailToConnectPeripheral handler (#430)
  • 63ea32c fix(darwin): add DidUpdateNotificationState when enabling notifications (#433)
  • 7fa3de8 feat: addGATTCService and GATTCCharacteristic common interface (#432)
  • 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.14.0 to 0.15.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.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: tinygo.org/x/bluetooth
  dependency-version: 0.15.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 May 1, 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