I am a beginner in making an application with bluetooth application. I am in charge with making an application which supports voice data transmission from one device to another. How can I get started for that? I learned something in an application, BluetoothChat, from android default open source. When I look at the source, I understood that texting messages between two devices requires; 1. discover device 2. request connecting with ACL link 3. accept the request 4. pairing between two devices 5. finally they can have a chat through bluetooth
If I want to connect two device to communicate with voice data, is it possible to use the same architecture that the sample code hired for texting messages? What kind of form should I use for using voice for two devices to communicate?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

