Hi, I'm developing application for the Android that communicate via Bluetooth. Our Device tries to open connection to the Android phone and send information using the Serial Profile (SPP). What I found in the last days is that accept() API does not work with the Motorola phones DroidX and Droid2. Same code does work with HTC Aria phone. I've google this but found no reason why it's not working with Motorola. My only guess is that maybe SPP profile was not implemented on those phones. If anyone has any experience with Motorola Bluetooth issues, please let me know. Thanks.