For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/blog/2023-01-12-bluetooth-adapters.md.

2023.2 及以后版本的 Bluetooth 更新

需要使用 Bluetooth 适配器的集成应在 manifest.jsondependencies 中添加 bluetooth_adaptersmanifest.json 条目确保在集成尝试使用所有受支持的远程适配器之前,它们已连接。这取代了在 dependencies 中添加 bluetooth 的需求。

提供 Bluetooth 适配器的集成应在 manifest.jsondependencies 中添加 bluetooth,并添加到 bluetooth_adapters 集成的 after_dependencies 中。

在构建新的 Bluetooth 集成时,请务必查阅 集成作者的 Best Practices