android - 我们如何检测具有 BLE 广告功能的 Android 手机

标签 android bluetooth-lowenergy android-bluetooth

我现在正在研究 BLE 技术。由于我必须使用 Android BLE 进行测试,因此我必须购买一些能够进行 BLE 广告的 Android 手机。

我认为所有 BLE 版本 4.1+ 的手机都支持 BLE 广告。所以我买了一部手机,但这是一个很大的错误(它只支持中央模式)。

如何检测哪些手机能够使用蓝牙规范转换广告?

以下术语的含义是什么:A2DP、LE、aptX?

最佳答案

How can I detect which phones are capable of advertisement using the bluetooth specification?

设备需要支持 Bluetooth LE Peripheral role .

What do following terms mean: A2DP, LE, aptX?

A2DP 是 Advanced Audio Distribution Profile并且与通过蓝牙的音频流有关。它与蓝牙 LE 广告无关。

aptX是一种音频压缩算法。它也与蓝牙 LE 广告无关。

LE 代表“Low Energy”,指的是“Bluetooth LE”,它是短距离 radio 通信的标准,是蓝牙 4.0 规范的一部分,与经典蓝牙不兼容,并且在开发时考虑了功耗。

关于android - 我们如何检测具有 BLE 广告功能的 Android 手机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40088728/

相关文章:

android - 我可以从我的 apk 中删除哪个 libopencv_java3.so?

android - 我可以绑定(bind)低功耗蓝牙设备吗?

java - 飞天br301蓝牙读卡器停止工作

android - 谷歌眼镜上的 rfcomm 蓝牙

android - Picasso : want to cache a image without displaying it . 以便我以后可以使用它

javaCV ffmpeg Android N链接器错误

java - 如何检查 gson 的 int 字段是否为空? [安卓]

bluetooth - 蓝牙 : Max number of packets in Connection interval

javascript - 从室内自行车数据特征解码蓝牙数据

android device.getUuids 返回 null