| android Programming Glossary: state_listenHow to move Bluetooth activity into a Service http://stackoverflow.com/questions/15025852/how-to-move-bluetooth-activity-into-a-service  STATE_NONE 0 we're doing nothing public static final int STATE_LISTEN 1 now listening for incoming    connections public static final.. 
 Bluetooth RFCOMM / SDP connection to a RS232 adapter in android http://stackoverflow.com/questions/1953888/bluetooth-rfcomm-sdp-connection-to-a-rs232-adapter-in-android  to 00 06 66 03 0C 51 D BluetoothChatService 1729 setState STATE_LISTEN STATE_CONNECTING E BluetoothChat 1729 ON RESUME I BluetoothChat.. D BluetoothChatService 1729 setState STATE_CONNECTING STATE_LISTEN D BluetoothChatService 1729 start D BluetoothChatService 1729.. 1729 start D BluetoothChatService 1729 setState STATE_LISTEN STATE_LISTEN I BluetoothChat 1729 MESSAGE_STATE_CHANGE STATE_LISTEN.. 
 How to move Bluetooth activity into a Service http://stackoverflow.com/questions/15025852/how-to-move-bluetooth-activity-into-a-service  00001101 0000 1000 8000 00805F9B34FB public static final int STATE_NONE 0 we're doing nothing public static final int STATE_LISTEN 1 now listening for incoming    connections public static final int STATE_CONNECTING 2 now initiating an outgoing    connection.. 
 Bluetooth RFCOMM / SDP connection to a RS232 adapter in android http://stackoverflow.com/questions/1953888/bluetooth-rfcomm-sdp-connection-to-a-rs232-adapter-in-android  1729 onActivityResult 1 D BluetoothChatService 1729 connect to 00 06 66 03 0C 51 D BluetoothChatService 1729 setState STATE_LISTEN STATE_CONNECTING E BluetoothChat 1729 ON RESUME I BluetoothChat 1729 MESSAGE_STATE_CHANGE STATE_CONNECTING I BluetoothChatService.. FAIL TOSTRING java.io.IOException Service discovery failed D BluetoothChatService 1729 setState STATE_CONNECTING STATE_LISTEN D BluetoothChatService 1729 start D BluetoothChatService 1729 setState STATE_LISTEN STATE_LISTEN I BluetoothChat 1729 MESSAGE_STATE_CHANGE.. 1729 setState STATE_CONNECTING STATE_LISTEN D BluetoothChatService 1729 start D BluetoothChatService 1729 setState STATE_LISTEN STATE_LISTEN I BluetoothChat 1729 MESSAGE_STATE_CHANGE STATE_LISTEN V BluetoothEventRedirector 1080 Received android.bleutooth.device.action.UUID.. 
 |