查找蓝牙设备的类型,无论是移动设备、笔记本电脑还是 Mac 电脑

发布于 2024-11-07 04:14:35 字数 104 浏览 2 评论 0原文

我正在开发一个使用蓝牙玩的 Android 游戏应用程序。搜索蓝牙设备时,结果包含移动设备以及 Mac PC/笔记本电脑。我只想在结果列表中列出移动设备。是否可以判断检测到的设备是否是移动设备?

I am developing an android game application played using bluetooth. While searching for bluetooth device, results contain both mobile devices as well as mac pc/laptops. I would like to list only the mobile devices in my result list. Is it possible to find whether the device detected is mobile device or not?

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

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

发布评论

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

评论(1

海的爱人是光 2024-11-14 04:14:35

当您有 BluetoothDevice 时,您可以调用 getBluetoothClass。智能手机预计具有 PHONE_SMART 值,而计算机应该有 COMPUTER_* 值(例如 COMPUTER_DESKTOPCOMPUTER_LAPTOP)。

When you have BluetoothDevice you can call getBluetoothClass. Smart phones are expected to have PHONE_SMART value, while computers should have COMPUTER_* values (for example COMPUTER_DESKTOP or COMPUTER_LAPTOP).

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