问题描述
我需要以编程方式在手机上找到Android蓝牙版本.有人可以提示我该怎么做吗?
I need to programatically find Android Bluetooth version on the phone. Can someone me tips how to do that?
推荐答案
据我所知(并且我做了很多研究),无法找出您的Android蓝牙的硬件版本是什么设备. (4.0、4.2、5.0,...)
As far as i know (and i did a lot of research) there is no way to find out what the hardware version is of your Android bluetooth device. (4.0, 4.2, 5.0,...)
有人声称他们有一个可以做到这一点的应用程序,但我从未见过一个可行的例子.这些应用会显示很多版本号,但不会显示蓝牙硬件版本.
Some people claim they have an app that can do this, but i never saw a working example. These apps show you a lot of version numbers but not the Bluetooth hardware version.
有些人想出了一个技巧,可以向您显示蓝牙软件的版本号,但这不是我们想要知道的.
Some people come up with a trick that shows you the version number of the bluetooth software, but that is not what we want to know.
有一些技巧可以获取蓝牙设备的功能,但这又不是我们想要知道的.
There are some tricks to get the capabilities of the bluetooth device, but again, that is not what we want to know.
这篇关于如何找到Android蓝牙版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!