{"id":67727,"library":"x-bluetooth","title":"TinyGo Bluetooth","description":"Package bluetooth provides a cross-platform Bluetooth module for Go that can be used on operating systems such as Linux, macOS, and Windows.","status":"active","version":"0.15.0","language":"go","source_language":null,"source_url":null,"tags":["bluetooth","ble","iot","embedded","tinygo"],"install":[{"cmd":"go get tinygo.org/x/bluetooth","lang":"bash","label":"Install tinygo.org/x/bluetooth"}],"dependencies":[],"imports":[{"symbol":"bluetooth","correct":"tinygo.org/x/bluetooth"}],"quickstart":{"code":"package main\n\nimport (\n\t\"log\"\n\t\"tinygo.org/x/bluetooth\"\n)\n\nfunc main() {\n\tadapter := bluetooth.DefaultAdapter\n\terr := adapter.Enable()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Println(\"Bluetooth adapter enabled\")\n}","lang":"go","description":"Initialize and enable the default Bluetooth adapter"},"warnings":[],"env_vars":null,"search_vec":"'ble':28 'bluetooth':2,4,10,27 'cross':8 'cross-platform':7 'embed':30 'go':13 'iot':29 'linux':23 'maco':24 'modul':11 'oper':19 'packag':3 'platform':9 'provid':5 'system':20 'tinygo':1,31 'use':17 'window':26","created_at":"2026-06-17T17:40:53.121931+00:00","updated_at":"2026-06-17T17:40:53.121931+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tinygo-org/bluetooth","github":null,"docs":"https://pkg.go.dev/tinygo.org/x/bluetooth#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}