Hi, I have been working on Bluetooth (BT) profiles to develop a module in order to play with AT commands that would allow me to do following to tasks:
1. Need to develop a wrapper that would help be setting up priority of responding to BT client service discovery request instead of native device/OS service module accept and acknowledge the BT client service discovery request. 2. As Android OS 3.0 and above provide public API to access the BT headset and handfree profile, that would allow access the BT h/w through proxy, run AT commands to to find and authenticate the headsets and recognize the voice for BT voice streaming. The problem that i am facing and to define a class at application level using these API calls with in the application search for available BT devices based on available Servicediscovery module and reverse the authentication process between BT client and BT server so that instead of device giving accepting client and declaring the client as handfree/ headset, BT server itself becomes the client/headset and other BT connected device (client) can receive the commands. I have created the BT discovery, voice stream communication (working) and handshaking the headset profile as provided by API however unable to find the reverse work around, please suggest if this Android API framework provide support such level of customization and is feasible. Regards Ronnie -- 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

