BluetoothProfile

public final class BluetoothProfile extends Object

Constant Summary

int STATE_CONNECTED The profile is in connected state
int STATE_CONNECTING The profile is in connecting state
int STATE_DISCONNECTED The profile is in disconnected state
int STATE_DISCONNECTING The profile is in disconnecting state

Public Constructor Summary

Inherited Method Summary

Constants

public static final int STATE_CONNECTED

The profile is in connected state

Constant Value: 2

public static final int STATE_CONNECTING

The profile is in connecting state

Constant Value: 1

public static final int STATE_DISCONNECTED

The profile is in disconnected state

Constant Value: 0

public static final int STATE_DISCONNECTING

The profile is in disconnecting state

Constant Value: 3

Public Constructors

public BluetoothProfile ()