Android中的蓝牙3.0 HS支持

时间:2015-12-15 09:48:17

标签: android android-bluetooth

我在Bluetooth 3.0 HS找不到有关Android支持的任何信息。那有API吗?它是否受到支持?

我有一个Android-based (4.1.2 with BlueZ stack)设备,其中包含Bluetooth 3.0 HS的硬件支持。我正在尝试调查需要做多少工作才能将Bluetooth 3.0 HS的支持添加到Android + BlueZ。可能最好切换到较新的AndroidBluetooth stack (bluedroid)

1 个答案:

答案 0 :(得分:0)

Android没有专门用于蓝牙3.0的API,甚至只有BLE。它为自己的蓝牙类提供了一个基本的BluetoothProfile.ServiceListener API和几种方法,但是在每种情况下它们都会抽象出硬件细节,如果可能的话,我会尝试使用更新的开源堆栈,但是我所见过的似乎没有让你看到它要访问速度协议,不确定为什么要直接操作它们,只要标准库在您的设备上编译为正常运行的蓝牙即可。