0

我试图使用编写蓝牙不安全连接代码

 Method m = bleutoothdevice.GetMethod("createInsecureRfComm",

            new Class[]{int.class};
    bluetoothSocket = m.InvokeMethod(,)

像那样,但在 bluetoothSocket.connect 调用中,当在 S3 上运行时,它会给出 Null 指针异常,但相同的代码在 S2 和 Acer Tab 上工作正常。

有谁知道原因???

4

1 回答 1

0

您可以尝试调用方法“createRfcommSocket”

于 2013-03-28T20:57:45.610 回答