Sl4aBluetoothUtil.BluetoothPriorityLevel
public static final enum Sl4aBluetoothUtil.BluetoothPriorityLevel
extends Enum< Sl4aBluetoothUtil.BluetoothPriorityLevel >
java.lang.객체 | ||
↳ | 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
PRIORITY_OFF
public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_OFF
PRIORITY_ON
public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_ON
공개 방법
getPriority
public int getPriority ()
보고 | |
---|---|
int |
값의
public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)
매개변수 | |
---|---|
name | String |
보고 | |
---|---|
Sl4aBluetoothUtil.BluetoothPriorityLevel |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2023-04-28(UTC)
[]
[]