Sl4aBluetoothUtil.BluetoothProfile

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

java.lang.Object의 클래스
   ↳ java.lang.Enum<com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothProfile>
     ↳ com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothProfile


BluetoothProfile.java를 기반으로 하는 블루투스 프로필의 enum

요약

Enum 값

Sl4aBluetoothUtil.BluetoothProfile  A2DP

 

Sl4aBluetoothUtil.BluetoothProfile  A2DP_SINK

 

Sl4aBluetoothUtil.BluetoothProfile  AVRCP_CONTROLLER

 

Sl4aBluetoothUtil.BluetoothProfile  GATT

 

Sl4aBluetoothUtil.BluetoothProfile  GATT_SERVER

 

Sl4aBluetoothUtil.BluetoothProfile  HEADSET

 

Sl4aBluetoothUtil.BluetoothProfile  HEADSET_CLIENT

 

Sl4aBluetoothUtil.BluetoothProfile  HID_HOST

 

Sl4aBluetoothUtil.BluetoothProfile  MAP

 

Sl4aBluetoothUtil.BluetoothProfile  MAP_CLIENT

 

Sl4aBluetoothUtil.BluetoothProfile  PAN

 

Sl4aBluetoothUtil.BluetoothProfile  PBAP

 

Sl4aBluetoothUtil.BluetoothProfile  PBAP_CLIENT

 

Sl4aBluetoothUtil.BluetoothProfile  SAP

 

공개 메서드

int getProfile()
static Sl4aBluetoothUtil.BluetoothProfile valueOf(String name)
static Sl4aBluetoothUtil.BluetoothProfile valueOfProfile(int profile)
static final BluetoothProfile[] values()

Enum 값

A2DP

public static final Sl4aBluetoothUtil.BluetoothProfile A2DP

A2DP_SINK

public static final Sl4aBluetoothUtil.BluetoothProfile A2DP_SINK

AVRCP_CONTROLLER

public static final Sl4aBluetoothUtil.BluetoothProfile AVRCP_CONTROLLER

GATT

public static final Sl4aBluetoothUtil.BluetoothProfile GATT

GATT_SERVER

public static final Sl4aBluetoothUtil.BluetoothProfile GATT_SERVER

헤드셋

public static final Sl4aBluetoothUtil.BluetoothProfile HEADSET

HEADSET_CLIENT

public static final Sl4aBluetoothUtil.BluetoothProfile HEADSET_CLIENT

HID_HOST

public static final Sl4aBluetoothUtil.BluetoothProfile HID_HOST

지도

public static final Sl4aBluetoothUtil.BluetoothProfile MAP

MAP_CLIENT

public static final Sl4aBluetoothUtil.BluetoothProfile MAP_CLIENT

PAN

public static final Sl4aBluetoothUtil.BluetoothProfile PAN

PBAP

public static final Sl4aBluetoothUtil.BluetoothProfile PBAP

PBAP_CLIENT

public static final Sl4aBluetoothUtil.BluetoothProfile PBAP_CLIENT

SAP

public static final Sl4aBluetoothUtil.BluetoothProfile SAP

공개 메서드

프로필 가져오기

public int getProfile ()

반환 값
int

public static Sl4aBluetoothUtil.BluetoothProfile valueOf (String name)

매개변수
name String

반환 값
Sl4aBluetoothUtil.BluetoothProfile

프로필 값

public static Sl4aBluetoothUtil.BluetoothProfile valueOfProfile (int profile)

매개변수
profile int

반환 값
Sl4aBluetoothUtil.BluetoothProfile

values

public static final BluetoothProfile[] values ()

반환 값
BluetoothProfile[]