Android蓝牙编程:通过蓝牙将事件/数据从蓝牙耳机发送到Android手机。
作为我的课程项目之一,我想通过蓝牙耳机或任何此类蓝牙设备按下可用按钮来启动/触发我自己的 Android 应用程序。我将按下蓝牙耳机上的任何特定按钮,我的应用程序应该能够检测到该按钮按下事件并自动开始执行。
As part of one of my course project, i want to initiate/trigger my own android app through the bluetooth headset or any such bluetooth device by pressing the available button on them. I will press any specific button on my bluetooth headset and my application should be able to detect that button press event and start its execution automatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需阅读 http://developer.android.com/guide/topics/connectivity/bluetooth .html。您需要在手机上创建一个监听蓝牙服务器,请阅读作为服务器连接和使用配置文件。
Just read http://developer.android.com/guide/topics/connectivity/bluetooth.html. You need to create a listening bluetooth server on you'r phone, read Connecting as a server and Working with Profiles.