为什么BluetoothManager.OpenGattServer()总是在我的Nexus 7上返回null?

时间:2014-04-10 07:40:13

标签: android bluetooth-lowenergy gatt

我正在努力让本教程适用于我的Nexus 7(2012)运行cyanogenMod(因此它有BT LE)使用BluetoothGattServer Android APis- http://www.jayconsystems.com/tutorial/android_ble_nrf8002/

但是,设置GattServer不起作用并始终返回null。

之后:

gattServer = bluetoothManager.openGattServer(
                    getApplicationContext(), mBluetoothGattServerCallback);

gattServer始终为null。关于为什么会这样的任何想法?

1 个答案:

答案 0 :(得分:1)

我想这是因为Nexus 7(2012版)不支持蓝牙LE,因为它内置了蓝牙3.0无线电。

然而,2013 Nexus 7确实支持蓝牙LE。