Android:获取蓝牙设备的uuid

发布于 2024-10-16 23:28:24 字数 94 浏览 0 评论 0原文

我需要蓝牙设备的 UUID 才能连接到它,但我对 uuid 不太了解。它是否特定于每个设备以及如何知道设备的 uuid 是什么。可以用代码来完成吗?

I need UUID of a bluetooth device to connect to it, but i don't know much about uuid. Is it specific to each device and how to know what is device's uuid. Can it be done using code?

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

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

发布评论

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

评论(2

白日梦 2024-10-23 23:28:24

当你提出问题时,你应该更加明确。您想要连接到 BT 设备,还是已经连接并且想要使用特定服务?

如果您只想连接到设备,则需要 BT 地址(如 MAC)。

UUID 与 BT 设备提供的服务相关: http:// www.bluecove.org/bluecove/apidocs/javax/bluetooth/UUID.html 这里有一个 UUID 列表。

You should be more explicit when you make your question. Do you want to connect to a BT device, or you are already connected and you want to use a particular service?

If you want to just connect to the device you need the BT address (like a MAC).

The UUID are related to the services offered by the BT device: http://www.bluecove.org/bluecove/apidocs/javax/bluetooth/UUID.html Here you have a list of UUIDs.

柏拉图鍀咏恒 2024-10-23 23:28:24

使用 adb shell、sdptool browser 命令生成手机的 UUID

Generate UUID of your phone by using adb shell, sdptool browse command

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