Registry / networking / x-bluetooth

x-bluetooth

JSON →
library0.15.0gogounverified

Package bluetooth provides a cross-platform Bluetooth module for Go that can be used on operating systems such as Linux, macOS, and Windows.

go get tinygo.org/x/bluetooth
INSTALL
IMPORT
SIG · X-BLUETOOTH
X
x-bluetooth
networkinggov0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bluetooth
✓ tinygo.org/x/bluetooth

Initialize and enable the default Bluetooth adapter

package main import ( "log" "tinygo.org/x/bluetooth" ) func main() { adapter := bluetooth.DefaultAdapter err := adapter.Enable() if err != nil { log.Fatal(err) } log.Println("Bluetooth adapter enabled") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources
x-bluetooth — go get x-bluetooth · libregistry