Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问你一些我可以用来实现简单应用程序的蓝牙库。我想通过蓝牙连接两个设备。在应用程序中,我想要两个按钮,我想通过蓝牙从一个设备发送到第二个设备,哪个按钮被按下。我怎么能这样做?有什么想法或教程可以推荐我吗?
在 Android 开发者页面中有一个很好的蓝牙聊天示例,带有源代码。按照此链接下载示例。
然后我建议你以下教程:
蓝牙教程
添加演示