public interface BluetoothProfile
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BluetoothProfile.ServiceListener |
| Modifier and Type | Field and Description |
|---|---|
static int |
A2DP |
static String |
EXTRA_PREVIOUS_STATE |
static String |
EXTRA_STATE |
static int |
HEADSET |
static int |
HEALTH |
static int |
STATE_CONNECTED |
static int |
STATE_CONNECTING |
static int |
STATE_DISCONNECTED |
static int |
STATE_DISCONNECTING |
| Modifier and Type | Method and Description |
|---|---|
List<BluetoothDevice> |
getConnectedDevices() |
int |
getConnectionState(BluetoothDevice device) |
List<BluetoothDevice> |
getDevicesMatchingConnectionStates(int[] states) |
static final String EXTRA_STATE
static final String EXTRA_PREVIOUS_STATE
static final int STATE_DISCONNECTED
static final int STATE_CONNECTING
static final int STATE_CONNECTED
static final int STATE_DISCONNECTING
static final int HEADSET
static final int A2DP
static final int HEALTH
List<BluetoothDevice> getConnectedDevices()
List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states)
int getConnectionState(BluetoothDevice device)
Copyright © 2008-2013. All Rights Reserved.