0

Samsung GT-P7500 Android Pad で Bluetooth SPP プログラムを開発しています。ピア BT デバイスから SPP 接続を受信したいと考えています。APIメソッドを試しました:

public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid);
public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid);

listenUsingRfcommOn(int)また、反射法で試しました。上記のすべてが成功しませんでした。他の Android デバイス、Sony Ericsson X10i、Galaxy 9100 でプログラムを試しましたが、これらのデバイスでは問題ありません。GT-P7500のAndroid Bluetooth開発経験者や経験者はいますか?任意の提案のためのタンク!

4

1 に答える 1

1

「BluetoothChat」コードの例をご覧ください。非常に便利です。リンクはhttp://jayxie.com/mirrors/android-sdk/resources/samples/BluetoothChat/index.htmlで、SVN サーバーからソース コードをダウンロードするか、インターネットでソース コードを検索できます。

于 2012-10-01T07:19:29.720 に答える