我正在三星 GT-P7500 android Pad 中开发蓝牙 SPP 程序。我想从对等 BT 设备接收 SPP 连接。我尝试了 API 方法:
public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid);
public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid);
我也尝试listenUsingRfcommOn(int)
了反射方法。以上都没有成功。我在其他安卓设备上试过我的程序,索尼爱立信 X10i,Galaxy 9100,在这些设备上都可以。有人有安卓蓝牙开发经验和GT-P7500经验吗?坦克的任何建议!