我正在尝试使用 BluetoothGattServer Android APIs- http://www.jayconsystems.com/tutorial/android_ble_nrf8002/让本教程适用于我的 Nexus 7(2012)运行 cyanogenMod(因此它具有 BT LE)
但是,设置 GattServer 不起作用并且总是返回 null。
在这之后:
gattServer = bluetoothManager.openGattServer(
getApplicationContext(), mBluetoothGattServerCallback);
gattServer 始终为空。关于为什么会这样的任何想法?