Sl4aBluetoothUtil.BluetoothAccessLevel

public static final enum Sl4aBluetoothUtil.BluetoothAccessLevel
extends Enum< Sl4aBluetoothUtil.BluetoothAccessLevel >

java.lang.Object
java.lang.Enum< com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel >
com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel


BluetoothDevice.javaに基づく Bluetooth デバイス アクセス レベルの列挙型

まとめ

列挙値

Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_ALLOWED

Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_REJECTED

Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_UNKNOWN

公開メソッド

int getAccess ()
static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf (String name)
static final BluetoothAccessLevel[] values ()

列挙値

ACCESS_ALLOWED

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_ALLOWED

ACCESS_REJECTED

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_REJECTED

ACCESS_UNKNOWN

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_UNKNOWN

公開メソッド

アクセスを取得

public int getAccess ()

戻り値
int

値の

public static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf (String name)

パラメーター
name String

戻り値
Sl4aBluetoothUtil.BluetoothAccessLevel

public static final BluetoothAccessLevel[] values ()

戻り値
BluetoothAccessLevel[]