File
Doc
Category
Size
Date
Package
IBluetoothA2dp.java
API Doc
Android 5.1 API
13235
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothA2dp
public interface IBluetoothA2dp implements android.os.IInterface
APIs for Bluetooth A2DP service
hide
Fields Summary
Constructors Summary
Methods Summary
public void
adjustAvrcpAbsoluteVolume
(
int
direction)
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
public
int
getPriority
(
android.bluetooth.BluetoothDevice
device)
public
boolean
isA2dpPlaying
(
android.bluetooth.BluetoothDevice
device)
public
boolean
isAvrcpAbsoluteVolumeSupported
()
public void
setAvrcpAbsoluteVolume
(
int
volume)
public
boolean
setPriority
(
android.bluetooth.BluetoothDevice
device,
int
priority)
Java Code Source