File
Doc
Category
Size
Date
Package
IBluetoothA2dpSink.java
API Doc
Android 5.1 API
8960
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothA2dpSink
public interface IBluetoothA2dpSink implements android.os.IInterface
APIs for Bluetooth A2DP sink service
hide
Fields Summary
Constructors Summary
Methods Summary
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
android.bluetooth.BluetoothAudioConfig
getAudioConfig
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
Java Code Source