File
Doc
Category
Size
Date
Package
IBluetoothHeadsetClient.java
API Doc
Android 5.1 API
34618
Sat Mar 14 05:47:58 GMT 2015
android.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
boolean
acceptCall
(
android.bluetooth.BluetoothDevice
device,
int
flag)
public
boolean
acceptIncomingConnect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
connectAudio
()
public
boolean
dial
(
android.bluetooth.BluetoothDevice
device,
java.lang.String
number)
public
boolean
dialMemory
(
android.bluetooth.BluetoothDevice
device,
int
location)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnectAudio
()
public
boolean
enterPrivateMode
(
android.bluetooth.BluetoothDevice
device,
int
index)
public
boolean
explicitCallTransfer
(
android.bluetooth.BluetoothDevice
device)
public
int
getAudioState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
android.os.Bundle
getCurrentAgEvents
(
android.bluetooth.BluetoothDevice
device)
public
android.os.Bundle
getCurrentAgFeatures
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getCurrentCalls
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
public
boolean
getLastVoiceTagNumber
(
android.bluetooth.BluetoothDevice
device)
public
int
getPriority
(
android.bluetooth.BluetoothDevice
device)
public
boolean
holdCall
(
android.bluetooth.BluetoothDevice
device)
public
boolean
redial
(
android.bluetooth.BluetoothDevice
device)
public
boolean
rejectCall
(
android.bluetooth.BluetoothDevice
device)
public
boolean
rejectIncomingConnect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
sendDTMF
(
android.bluetooth.BluetoothDevice
device,
byte
code)
public
boolean
setPriority
(
android.bluetooth.BluetoothDevice
device,
int
priority)
public
boolean
startVoiceRecognition
(
android.bluetooth.BluetoothDevice
device)
public
boolean
stopVoiceRecognition
(
android.bluetooth.BluetoothDevice
device)
public
boolean
terminateCall
(
android.bluetooth.BluetoothDevice
device,
int
index)
Java Code Source