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
공개 메서드
getPriority
public int getPriority ()
반환 값 | |
---|---|
int |
값
public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)
매개변수 | |
---|---|
name |
String |
반환 값 | |
---|---|
Sl4aBluetoothUtil.BluetoothPriorityLevel |