FileDocCategorySizeDatePackage
IBluetoothHeadsetClient.javaAPI DocAndroid 5.1 API34618Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothHeadsetClient

public interface IBluetoothHeadsetClient implements android.os.IInterface
API for Bluetooth Headset Client service (HFP HF Role) {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanacceptCall(android.bluetooth.BluetoothDevice device, int flag)

public booleanacceptIncomingConnect(android.bluetooth.BluetoothDevice device)

public booleanconnect(android.bluetooth.BluetoothDevice device)

public booleanconnectAudio()

public booleandial(android.bluetooth.BluetoothDevice device, java.lang.String number)

public booleandialMemory(android.bluetooth.BluetoothDevice device, int location)

public booleandisconnect(android.bluetooth.BluetoothDevice device)

public booleandisconnectAudio()

public booleanenterPrivateMode(android.bluetooth.BluetoothDevice device, int index)

public booleanexplicitCallTransfer(android.bluetooth.BluetoothDevice device)

public intgetAudioState(android.bluetooth.BluetoothDevice device)

public java.util.ListgetConnectedDevices()

public intgetConnectionState(android.bluetooth.BluetoothDevice device)

public android.os.BundlegetCurrentAgEvents(android.bluetooth.BluetoothDevice device)

public android.os.BundlegetCurrentAgFeatures(android.bluetooth.BluetoothDevice device)

public java.util.ListgetCurrentCalls(android.bluetooth.BluetoothDevice device)

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

public booleangetLastVoiceTagNumber(android.bluetooth.BluetoothDevice device)

public intgetPriority(android.bluetooth.BluetoothDevice device)

public booleanholdCall(android.bluetooth.BluetoothDevice device)

public booleanredial(android.bluetooth.BluetoothDevice device)

public booleanrejectCall(android.bluetooth.BluetoothDevice device)

public booleanrejectIncomingConnect(android.bluetooth.BluetoothDevice device)

public booleansendDTMF(android.bluetooth.BluetoothDevice device, byte code)

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

public booleanstartVoiceRecognition(android.bluetooth.BluetoothDevice device)

public booleanstopVoiceRecognition(android.bluetooth.BluetoothDevice device)

public booleanterminateCall(android.bluetooth.BluetoothDevice device, int index)