BluetoothChat like app not communicating
问题 Have a problem while developing an app based in the BluetoothChat example, but divided in 2 activities. The main with bluetooth actions ()BTActivity The chat (BTCommunication) I have the BluetoothChatService too divided in the following files, but they aren't activities: Transmission: All the Handler actions ConnectThread ConnectedThread AccpetThread The app finds de device, starts connecting it and then crashes. I'm trying to find out what i'm doing wrong comparing with the BluetoothChat App