File
Doc
Category
Size
Date
Package
BluetoothA2dp.java
API Doc
Android 5.1 API
1090
Sat Mar 14 14:09:36 GMT 2015
android.bluetooth
BluetoothA2dp
java.lang.Object
public final class BluetoothA2dp extends Object implements android.bluetooth.BluetoothProfile
Fields Summary
public static final String
ACTION_CONNECTION_STATE_CHANGED
public static final String
ACTION_PLAYING_STATE_CHANGED
public static final int
STATE_NOT_PLAYING
public static final int
STATE_PLAYING
Constructors Summary
BluetoothA2dp
()
throw new RuntimeException("Stub!");
Methods Summary
public void
finalize
()
throw new RuntimeException("Stub!");
public
java.util.List
getConnectedDevices
()
throw new RuntimeException("Stub!");
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
throw new RuntimeException("Stub!");
public
boolean
isA2dpPlaying
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
Java Code Source