FileDocCategorySizeDatePackage
IBluetoothA2dp.javaAPI DocAndroid 5.1 API13235Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothA2dp

public interface IBluetoothA2dp implements android.os.IInterface
APIs for Bluetooth A2DP service
hide

Fields Summary
Constructors Summary
Methods Summary
public voidadjustAvrcpAbsoluteVolume(int direction)

public booleanconnect(android.bluetooth.BluetoothDevice device)

public booleandisconnect(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 booleanisA2dpPlaying(android.bluetooth.BluetoothDevice device)

public booleanisAvrcpAbsoluteVolumeSupported()

public voidsetAvrcpAbsoluteVolume(int volume)

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