Android蓝牙编程:通过蓝牙将事件/数据从蓝牙耳机发送到Android手机。

发布于 2024-12-10 15:15:47 字数 110 浏览 0 评论 0原文

作为我的课程项目之一,我想通过蓝牙耳机或任何此类蓝牙设备按下可用按钮来启动/触发我自己的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日 2024-12-17 15:15:47

只需阅读 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文