android.bluetooth
Class BluetoothA2dp
java.lang.Object
android.bluetooth.BluetoothA2dp
- All Implemented Interfaces:
- BluetoothProfile
public final class BluetoothA2dp
- extends Object
- implements BluetoothProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_CONNECTION_STATE_CHANGED
public static final String ACTION_CONNECTION_STATE_CHANGED
- See Also:
- Constant Field Values
ACTION_PLAYING_STATE_CHANGED
public static final String ACTION_PLAYING_STATE_CHANGED
- See Also:
- Constant Field Values
STATE_PLAYING
public static final int STATE_PLAYING
- See Also:
- Constant Field Values
STATE_NOT_PLAYING
public static final int STATE_NOT_PLAYING
- See Also:
- Constant Field Values
getConnectedDevices
public List<BluetoothDevice> getConnectedDevices()
- Specified by:
getConnectedDevices
in interface BluetoothProfile
getDevicesMatchingConnectionStates
public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states)
- Specified by:
getDevicesMatchingConnectionStates
in interface BluetoothProfile
getConnectionState
public int getConnectionState(BluetoothDevice device)
- Specified by:
getConnectionState
in interface BluetoothProfile
isA2dpPlaying
public boolean isA2dpPlaying(BluetoothDevice device)
Copyright © 2008-2012. All Rights Reserved.