FileDocCategorySizeDatePackage
IBluetoothHeadset.javaAPI DocAndroid 5.1 API28529Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothHeadset

public interface IBluetoothHeadset implements android.os.IInterface
API for Bluetooth Headset service {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanacceptIncomingConnect(android.bluetooth.BluetoothDevice device)

public voidclccResponse(int index, int direction, int status, int mode, boolean mpty, java.lang.String number, int type)

public booleanconnect(android.bluetooth.BluetoothDevice device)

public booleanconnectAudio()

public booleandisableWBS()

public booleandisconnect(android.bluetooth.BluetoothDevice device)

public booleandisconnectAudio()

public booleanenableWBS()

public intgetAudioState(android.bluetooth.BluetoothDevice device)

public intgetBatteryUsageHint(android.bluetooth.BluetoothDevice device)

public java.util.ListgetConnectedDevices()

public intgetConnectionState(android.bluetooth.BluetoothDevice device)

public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

public intgetPriority(android.bluetooth.BluetoothDevice device)

public booleanisAudioConnected(android.bluetooth.BluetoothDevice device)

public booleanisAudioOn()

public voidphoneStateChanged(int numActive, int numHeld, int callState, java.lang.String number, int type)

public booleanrejectIncomingConnect(android.bluetooth.BluetoothDevice device)

public booleansendVendorSpecificResultCode(android.bluetooth.BluetoothDevice device, java.lang.String command, java.lang.String arg)

public booleansetPriority(android.bluetooth.BluetoothDevice device, int priority)

public booleanstartScoUsingVirtualVoiceCall(android.bluetooth.BluetoothDevice device)

public booleanstartVoiceRecognition(android.bluetooth.BluetoothDevice device)

public booleanstopScoUsingVirtualVoiceCall(android.bluetooth.BluetoothDevice device)

public booleanstopVoiceRecognition(android.bluetooth.BluetoothDevice device)