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 프로필 우선 순위 수준에 대한 열거형입니다.

요약

열거형 값

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

우선순위_해제

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_OFF

PRIORITY_ON

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_ON

우선순위_정의되지 않음

public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_UNDEFINED

공개 메소드

우선순위를 얻다

public int getPriority ()

보고
int

가치

public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)

매개변수
name String

보고
Sl4aBluetoothUtil.BluetoothPriorityLevel

가치

public static final BluetoothPriorityLevel[] values ()

보고
BluetoothPriorityLevel[]