SPPを使用しているNexus OneのBluetoothChat exampleにKwikBlue-2 Module Development Kitを接続する必要があります。 BluetoothChat exampleのUUIDの例をSPPデバイスの00001101-0000-1000-8000-00805F9B34FBに変更した後、tera termを使用してシリアルデータを(1回)接続して交換することができました。 次に、接続を再試行できますが、接続しようとすると、継続的に java.io.IOException: Connection refused
が得られることを確認するために、KwikBlue-2 Module Development Kitの電源を入れ直しました。 アイデアAndroid Bluetooth java.io.IOException:接続が拒否されましたか?
43.200: ERROR/BluetoothEventLoop.cpp(96): event_filter: Received signal org.bluez.Adapter:PropertyChanged from /org/bluez/219/hci0
52.200: ERROR/BluetoothChat(707): - ON PAUSE -
54.470: ERROR/BluetoothService.cpp(96): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
54.520: ERROR/BluetoothChat(707): + ON RESUME +
54.530: ERROR/BluetoothService.cpp(96): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
54.620: ERROR/BluetoothService.cpp(96): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
55.520: ERROR/BluetoothEventLoop.cpp(96): event_filter: Received signal org.bluez.Device:PropertyChanged from /org/bluez/219/hci0/dev_00_60_57_FD_42_18
56.010: ERROR/BluetoothChatService(707): unable to connect
56.010: ERROR/BluetoothChatService(707): java.io.IOException: Connection refused
56.010: ERROR/BluetoothChatService(707): at android.bluetooth.BluetoothSocket.connectNative(Native Method)
56.010: ERROR/BluetoothChatService(707): at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:204)
56.010: ERROR/BluetoothChatService(707): at com.cti.BluetoothChat.BluetoothChatService$ConnectThread.run(BluetoothChatService.java:329)
00.110: ERROR/BluetoothEventLoop.cpp(96): event_filter: Received signal org.bluez.Device:PropertyChanged from /org/bluez/219/hci0/dev_00_60_57_FD_42_18
暗闇の中で撮影する - 電源を入れ直してもキットとNexus Oneがまだペア設定されているかどうかを確認しましたか? –
はい。まだ対になっていて、ただ接続されていません。 – jacknad