android.bluetooth
Interface BluetoothProfile
- All Known Implementing Classes:
- BluetoothA2dp, BluetoothHeadset, BluetoothHealth
public interface BluetoothProfile
EXTRA_STATE
static final String EXTRA_STATE
- See Also:
- Constant Field Values
EXTRA_PREVIOUS_STATE
static final String EXTRA_PREVIOUS_STATE
- See Also:
- Constant Field Values
STATE_DISCONNECTED
static final int STATE_DISCONNECTED
- See Also:
- Constant Field Values
STATE_CONNECTING
static final int STATE_CONNECTING
- See Also:
- Constant Field Values
STATE_CONNECTED
static final int STATE_CONNECTED
- See Also:
- Constant Field Values
STATE_DISCONNECTING
static final int STATE_DISCONNECTING
- See Also:
- Constant Field Values
HEADSET
static final int HEADSET
- See Also:
- Constant Field Values
A2DP
static final int A2DP
- See Also:
- Constant Field Values
HEALTH
static final int HEALTH
- See Also:
- Constant Field Values
getConnectedDevices
List<BluetoothDevice> getConnectedDevices()
getDevicesMatchingConnectionStates
List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states)
getConnectionState
int getConnectionState(BluetoothDevice device)
Copyright © 2008-2012. All Rights Reserved.