如何确定 Android 设备上的蓝牙硬件类别?
我知道这是一个硬件问题,但我仍然希望能得到一些帮助。问题是:如何确定 Android 设备中的蓝牙芯片属于什么类别(硬件规格)?
我想在一些商店设备中使用 1 类无线电,但如果 Android 设备(手机或其他设备)不支持该范围,则毫无意义。有谁知道如何确定设备蓝牙芯片的硬件类别?
I know this is a hardware question, but I am still hopeful I can get a little help. The question is: How can I figure out what class (hardware specification) a bluetooth chip is within an android device?
I would like to use class 1 radio's in some in shop devices, but there is no point if an android device (phone or otherwise) can't support the range. Does anyone know how to determine the hardware class of a device bluetooth chip?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有公共 API 可以通过编程方式获取此信息
大多数手机使用 2 类蓝牙设备。
如果您知道确切的设备名称/型号,我们可以通过查找蓝牙资格详细信息来找到设备的类别 - 它将列出正在使用的芯片及其设备类别。
unfortunately there are no public APIs to get this information programmatically
Most phones use Class 2 Bluetooth devices.
If you know the exact device name / model we can find the class of device by looking up the bluetooth qualification details - it will list the chip in use and its device class.