BluetoothProfile

公开的最终类 BluetoothProfile 可扩展对象

常量摘要

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 ()