Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ヘッドセット、A2DP、および rfcomm プロファイルを備えたデバイスがあります。Samsung(Samsung Nexus Sを持っています)でRfComm(電話とデバイスはすでに接続されています)を介してデバイスに接続すると、標準接続(A2DP、RFCOMM)が故障します(切断されます)。
socked.connect();
HTC には表示されません。
誰かがこのエラーを抱えているか、解決策を知っているかもしれません。
リフレクションで回避策を試しましたか?
int portnumber = //what ever port you are connecting to Method m = device.getClass().getMethod("createInsecureRfcommSocket", new Class[] {int.class}); tmp = (BluetoothSocket) m.invoke(device, portnumber);