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
的蓝牙配置文件的枚举
摘要
枚举值 | |
---|---|
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()
|
枚举值
公共方法
getProfile
public int getProfile ()
返回 | |
---|---|
int |
valueOf
public static Sl4aBluetoothUtil.BluetoothProfile valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
Sl4aBluetoothUtil.BluetoothProfile |
配置文件值
public static Sl4aBluetoothUtil.BluetoothProfile valueOfProfile (int profile)
参数 | |
---|---|
profile |
int |
返回 | |
---|---|
Sl4aBluetoothUtil.BluetoothProfile |