Question

I would like to handle an AT command (for double tap event) from a standard Bluetooth mono headset. By default, the double tap sends AT+BLDN command (Redial event) to the phone. According to Android documentation, registering a Broadcast Receiver for

android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT

will handle all such vendor related AT commands. But, it is not being invoked when the AT command is sent by the headset. Though, the redial event happens on the phone.

Was it helpful?

Solution

AT+BLDN is a standard(GSM) command for redialing. So it is handled by the system itself.Moreover as per my understanding the device should support those specific commands which are for ex:plantronics specific command then only user will be able to get notification about that command.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top