BluetoothProfile

public final class BluetoothProfile extends Object

常量摘要

int STATE_CONNECTED 个人资料处于已关联状态
int STATE_CONNECTING 相应配置文件处于连接状态
int STATE_DISCONNECTED 个人资料处于断开连接状态
int STATE_DISCONNECTING 个人资料处于断开连接状态

公共构造函数摘要

继承的方法摘要

常量

public static final int STATE_CONNECTED

个人资料处于已关联状态

常量值2

public static final int STATE_CONNECTING

相应配置文件处于连接状态

常量值1

public static final int STATE_DISCONNECTED

个人资料处于断开连接状态

常量值0

public static final int STATE_DISCONNECTING

个人资料处于断开连接状态

常量值3

公共构造函数

public BluetoothProfile ()