Android: Can a regular Bluetooth device communicate with BLE?

给你一囗甜甜゛ 提交于 2020-01-05 12:55:13

问题


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:

If I am using a regular Bluetooth capable Android device, can I communicate with a BLE device? Thanks in advance!


回答1:


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.




回答2:


Bluetooth Low Energy is nearly a completely different thing than regular Bluetooth except for the branding. However, a lot of Bluetooth 4.0 devices support both regular Bluetooth and also LE. The only ones I've seen that don't support both are little devices that rely on low power usage.

Any cell phone with Bluetooth 4.0 will also support regular Bluetooth.



来源:https://stackoverflow.com/questions/21320288/android-can-a-regular-bluetooth-device-communicate-with-ble

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!