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에 기반한 블루투스 프로필 우선순위 수준의 enum

요약

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

Enum 값

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

public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)

매개변수
name String

반환 값
Sl4aBluetoothUtil.BluetoothPriorityLevel

values

public static final BluetoothPriorityLevel[] values ()

반환 값
BluetoothPriorityLevel[]