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 デバイスのアクセスレベルの列挙型

概要

Enum 値

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_ALLOWED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_REJECTED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_UNKNOWN

 

パブリック メソッド

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

列挙値

アクセス許可

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_ALLOWED

アクセス拒否

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_REJECTED

アクセス不明

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_UNKNOWN

パブリック メソッド

getAccess

public int getAccess ()

戻り値
int

valueOf

public static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf (String name)

パラメータ
name String

戻り値
Sl4aBluetoothUtil.BluetoothAccessLevel

values

public static final BluetoothAccessLevel[] values ()

戻り値
BluetoothAccessLevel[]