headset

BlackBerry - How to detect the bluetooth headset connection event?

I have a bluetooth headset that I paired with my blackberry storm. Whenever I turn on/off the headset, my storm displays the message that the headset is been connected or disconnected and updates the bluetooth indicator icon. I would like to detect that headset connect change event in my application. How do i capture that event change? I...

Any guidelines for handling the Headset and Bluetooth AVRC transport controls in Android 2.2

I am trying to figure out what is the correct (new) approach for handling the Intent.ACTION_MEDIA_BUTTON in Froyo. In pre 2.2 days we had to register a BroadcastReceiver (either permanently or at run-time) and the Media Button events would arrive, as long as no other application intercepts them and aborts the broadcast. Froyo seems to s...

How to make Android phone as a bluetooth headset?

Yes, I know Android has already implemented the Bluetooth Headset Profile, but it is in Audio Gateway Role, not in HeadSet Role. What I want to do is develop an application on Android phone which will act as a bluetooth headset, so it can connect to my laptop by bluetooth. When I try to call somebody, I can use my phone to dial him, and...

Phone as Bluetooth Headset

Hello, I need my phone to act like a Bluetooth headset. I am planning to run a J2ME application in Phone to make Phone as Bluetooth Headset. Any idea how to do this? ...

How to route audio for incoming SCO connection?

I'm developing a headset/handsfree app and run it in a demoboard.After connecting to a phone successfully and when the app is reading data from the phone,I call or play music with the phone.The phone doesn't make sounds,and so does the demoboard.Now the system log shows "Rejecting incoming SCO connection",why?How to route audio for incom...

Using phone and bluetooth headset with Walkie-Talkie functionallity

Hey guys! I wonder, if the following task is possible: I've got a bluetooth headset. I connect this headset to my phone. My app should popup a dialog, which discovers, that there is a headset connected and a button would forward it to some activity. There it should be possible to hold a button and talk through the normal phone mic. The ...

BlackBerry: Detect Headset Button in v 4.5?

Does anyone know how to detect the headset button click in 4.5? I have an older BB I am trying to interface with a simple device and would like to use the headset jack. In version 5.0 there is a "MediaKeyListener" class that seems to fit the bill, unfortunately my actual BB only runs 4.5 (it is a BB 8700c). I implemented a simple KeyL...