How to handle AT commands from a Bluetooth headset in Android?
问题 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. 回答1: AT+BLDN