安卓蓝牙通知

发布于 2024-10-25 00:19:49 字数 138 浏览 2 评论 0原文

我正在 android 中开发蓝牙应用程序。一旦两个设备之间建立连接,我就会在两个设备之间发送数据。我的问题是,每当任一设备蓝牙关闭时,我希望将其通知给其他设备,并希望打印一条 toast 消息,指出“其他设备蓝牙已关闭”。如何做到这一点?

谢谢

I am developing an Bluetooth application in android.Once connection is made between two devices i am sending data between two devices. My problem is whenever either of the devices Bluetooth is turned off i want that to be notified to other device and want to print a toast message stating that "Other device Bluetooth is turned off".How to do this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

永言不败 2024-11-01 00:19:49

您可以监视蓝牙连接(侦听广播操作:ACTION_ACL_DISCONNECTED)并通知连接已断开。连接断开并不一定意味着它已关闭,但这肯定是一个副作用。

You can monitor the bluetooth connection (listening to Broadcast action : ACTION_ACL_DISCONNECTED) and notify that the connection has gone. Dropping of connection does not necessarily mean it is powered off , but it is surely a side-effect.

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