我正在尝试手动午餐蓝牙堆栈(关闭蓝牙堆栈后)。
我照看BlueCoveImpl.java并发现初始化的蓝牙堆栈
private BluetoothStack detectStack()
方法,我试图通过调用来调用
BlueCoveImpl.instance().getBluetoothStack();
但发生异常:
Exception in thread "main" java.lang.Error: Illegal use of the JSR-82 API
at com.intel.bluetooth.Utils.isLegalAPICall(Utils.java:296)
at com.intel.bluetooth.BlueCoveImpl.getBluetoothStack(BlueCoveImpl.java:1023)
我也试过 BlueCoveImpl.instance(); BlueCoveImpl.getThreadBluetoothStackID();
但它没有效果。
如何启动 BlueCove?