Hi,
I've been using the button XEvents on the Legend with an Android application (voip based push to talk). The goal is to trigger events in the application when the user presses the Hook button (button id 2). Cary has a great post on how to do that with Xevents here and combining with the don/doff sensor we can do some pretty cool things. Plugging Into Plantronics Headset Sensor Events via Android
There are a couple of headset/firmware related issues which make it clunky to use in practice and I'm just wondering if there's a way around these (These arent specific to Android - I guess the issue would be the same if we were using Spokes API on the desktop too) ..
1. Every time the user presses the hook button, the headset reads out the status ("talk time 6 hours ...."), which is OK for phone calls, but sucks a little for frequent button use in the application.
2. As it is the Hook button it also takes over control of the SCO channel, so any SCO channel setup thats being done in the app gets over-ridden.
So its a long shot, but wondering if there is a way to surpress these or what the thought process is on how to consume these events in applications.
thanks!