我试图使用编写蓝牙不安全连接代码
Method m = bleutoothdevice.GetMethod("createInsecureRfComm",
new Class[]{int.class};
bluetoothSocket = m.InvokeMethod(,)
像那样,但在 bluetoothSocket.connect 调用中,当在 S3 上运行时,它会给出 Null 指针异常,但相同的代码在 S2 和 Acer Tab 上工作正常。
有谁知道原因???