0

我正在三星 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经验吗?坦克的任何建议!

4

1 回答 1

1

您可以查看示例“BluetoothChat”代码,它非常有用。这里是链接: http: //jayxie.com/mirrors/android-sdk/resources/samples/BluetoothChat/index.html,你可以从SVN服务器下载源代码,也可以在网上搜索源代码。

于 2012-10-01T07:19:29.720 回答