Sl4aBluetoothUtil.BluetoothConnectionState
public static final enum Sl4aBluetoothUtil.BluetoothConnectionState
extends Enum< Sl4aBluetoothUtil.BluetoothConnectionState >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState > | |
↳ | com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothConnectionState |
基于BluetoothProfile.java
的蓝牙连接状态枚举
概括
枚举值 | |
---|---|
Sl4aBluetoothUtil.BluetoothConnectionState | CONNECTED |
Sl4aBluetoothUtil.BluetoothConnectionState | CONNECTING |
Sl4aBluetoothUtil.BluetoothConnectionState | DISCONNECTED |
Sl4aBluetoothUtil.BluetoothConnectionState | DISCONNECTING
|
公共方法 | |
---|---|
int | getState () |
static Sl4aBluetoothUtil.BluetoothConnectionState | valueOf (String name) |
static final BluetoothConnectionState[] | values () |
枚举值
连接的
public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTED
连接中
public static final Sl4aBluetoothUtil.BluetoothConnectionState CONNECTING
断开连接
public static final Sl4aBluetoothUtil.BluetoothConnectionState DISCONNECTED
公共方法
获取状态
public int getState ()
退货 | |
---|---|
int |
的价值
public static Sl4aBluetoothUtil.BluetoothConnectionState valueOf (String name)
参数 | |
---|---|
name | String |
退货 | |
---|---|
Sl4aBluetoothUtil.BluetoothConnectionState |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-28。
[]
[]