问题描述
我试图寻找和搜索谷歌,但我无法弄清楚以下内容:
I have tried looking at http://developer.android.com/guide/topics/connectivity/bluetooth-le.html and searching google but I am unable to figure out the following:
如果我使用的是常规的蓝牙功能的Android设备,我可以用BLE设备进行通信?在此先感谢!
If I am using a regular Bluetooth capable Android device, can I communicate with a BLE device? Thanks in advance!
推荐答案
取决于Android设备上。 是的。如果通过正规蓝牙功能的Android设备之前4.0的蓝牙版本的意思,那么就无法连接。但也有Android设备与BT 4.0出货。那些将工作。
Depends on the Android device. Bluetooth Low Energy is a protocol defined within Bluetooth 4.0. If you mean by "regular Bluetooth capable Android device" a Bluetooth version prior to 4.0, then it is not possible to connect. But there are Android devices shipping with BT 4.0. Those will work.
这篇关于安卓:可以定期蓝牙设备与BLE通信?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!