Sl4aBluetoothUtil.BluetoothPriorityLevel

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

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


BluetoothProfile.java に基づく Bluetooth プロファイルの優先度レベルの列挙型

概要

Enum 値

Sl4aBluetoothUtil.BluetoothPriorityLevel  PRIORITY_AUTO_CONNECT

 

Sl4aBluetoothUtil.BluetoothPriorityLevel  PRIORITY_OFF

 

Sl4aBluetoothUtil.BluetoothPriorityLevel  PRIORITY_ON

 

Sl4aBluetoothUtil.BluetoothPriorityLevel  PRIORITY_UNDEFINED

 

パブリック メソッド

int getPriority()
static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf(String name)
static final BluetoothPriorityLevel[] values()

列挙値

PRIORITY_AUTO_CONNECT(優先度自動接続)

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_AUTO_CONNECT

PRIORITY_OFF

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_OFF

優先度: オン

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_ON

優先度未定義

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_UNDEFINED

パブリック メソッド

getPriority

public int getPriority ()

戻り値
int

valueOf

public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)

パラメータ
name String

戻り値
Sl4aBluetoothUtil.BluetoothPriorityLevel

values

public static final BluetoothPriorityLevel[] values ()

戻り値
BluetoothPriorityLevel[]