我正在开发Samsung GT-P7500 android Pad中的蓝牙SPP程序。我希望从对等BT设备接收SPP连接。我尝试了API方法:
public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid);
public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid);
并且我也通过反射方法尝试listenUsingRfcommOn(int)
。以上所有都没有成功。
我在其他Android设备上试过我的程序,索尼爱立信X10i,Galaxy 9100,在这些设备上都可以。
任何人都有Android蓝牙开发经验和GT-P7500体验?
坦克的任何建议!
答案 0 :(得分:1)
您可以查看示例“BluetoothChat”代码,它非常有用。 这是链接:http://jayxie.com/mirrors/android-sdk/resources/samples/BluetoothChat/index.html,您可以从SVN服务器下载源代码,也可以在互联网上搜索源代码。