Hi, I'm working on a CAN/Bluetooth Gateway and I want to use an Android Phone to record some data nearly in real-time. So, I'm trying to control the Bluetooth API from android.
My issue is that I have to change the protocol&profile of this API in order to get a bitrate faster than 500kbps but, I just found that Android supports, by default, only one protocol - RFCOMM - and only one profile - A2DP. Cf. http://developer.android.com/reference/android/bluetooth/package-summary.html I have just read that RFCOMM supports a bitrate around 360kbps and it's complicated to get the maximum i.e. 921 kbps. If I want to modify the parameters of my Bth connection (Change the protocol&profile and the modulation), would I have to create my own Bth API? Does it exist an android file which includes the Bth parameters? Please, feel free to tell me if i'm following the wrong path... Thank you. Simon -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
