Reputation: 2550
My Bluetooth headset (Parrot B350-XT) has 4 buttons:
I am creating an Android application (OS 4.4.2) running on Samsung's SM-T230NU.
I would like my application to be able to receive notification when any of the above 4 buttons are pressed including the type of button press (long press, short press). My application will interpret these events in context. The application I am developing is a softphone and I would like the following hook up between button events and softphone actions. This is just an example:
So far I've looked through Android SDK, stackoverflow posts and various implementations but I haven't been able to figure out how it should be done.
Upvotes: 6
Views: 432
Reputation:
I have checked their official website, It seems that this device cannot be programmed. They have been provided an APP to communicate with their product -- VXi BlueParrott App. Anyway, you can try [email protected].
Upvotes: 2