FileDocCategorySizeDatePackage
BluetoothHeadset.javaAPI DocAndroid 5.1 API2581Sat Mar 14 14:09:44 GMT 2015android.bluetooth

BluetoothHeadset

public final class BluetoothHeadset extends Object implements android.bluetooth.BluetoothProfile

Fields Summary
public static final String
ACTION_AUDIO_STATE_CHANGED
public static final String
ACTION_CONNECTION_STATE_CHANGED
public static final String
ACTION_VENDOR_SPECIFIC_HEADSET_EVENT
public static final int
AT_CMD_TYPE_ACTION
public static final int
AT_CMD_TYPE_BASIC
public static final int
AT_CMD_TYPE_READ
public static final int
AT_CMD_TYPE_SET
public static final int
AT_CMD_TYPE_TEST
public static final String
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS
public static final String
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD
public static final String
EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE
public static final int
STATE_AUDIO_CONNECTED
public static final int
STATE_AUDIO_CONNECTING
public static final int
STATE_AUDIO_DISCONNECTED
public static final String
VENDOR_RESULT_CODE_COMMAND_ANDROID
public static final String
VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY
Constructors Summary
BluetoothHeadset()

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.util.ListgetConnectedDevices()

 throw new RuntimeException("Stub!"); 
public intgetConnectionState(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

 throw new RuntimeException("Stub!"); 
public booleanisAudioConnected(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public booleansendVendorSpecificResultCode(android.bluetooth.BluetoothDevice device, java.lang.String command, java.lang.String arg)

 throw new RuntimeException("Stub!"); 
public booleanstartVoiceRecognition(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public booleanstopVoiceRecognition(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!");