Since: API level 2
public class

BluetoothPolicy.BluetoothProfile

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.bluetooth.BluetoothPolicy.BluetoothProfile

Class Overview

This class provides Bluetooth profiles that can be managed by administrators. Bluetooth profiles are services offered by a device.

Since
API level 2
MDM 2.0

Summary

Constants
int BLUETOOTH_A2DP_PROFILE Bluetooth Advanced Audio Distribution Profile (A2DP)
int BLUETOOTH_AVRCP_PROFILE Bluetooth Audio/Video Remote Control Profile (AVRCP)
int BLUETOOTH_HFP_PROFILE Bluetooth HandsFree Profile (HFP)
int BLUETOOTH_HSP_PROFILE Bluetooth Headset Profile (HSP)
int BLUETOOTH_PBAP_PROFILE Bluetooth Phone Book Access Profile (PBAP)
int BLUETOOTH_SPP_PROFILE Bluetooth Serial Port Profile (SPP)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int BLUETOOTH_A2DP_PROFILE

Since: API level 2

Bluetooth Advanced Audio Distribution Profile (A2DP)

Since
API level 2
MDM 2.0
Constant Value: 8 (0x00000008)

public static final int BLUETOOTH_AVRCP_PROFILE

Since: API level 2

Bluetooth Audio/Video Remote Control Profile (AVRCP)

Since
API level 2
MDM 2.0
Constant Value: 16 (0x00000010)

public static final int BLUETOOTH_HFP_PROFILE

Since: API level 2

Bluetooth HandsFree Profile (HFP)

Since
API level 2
MDM 2.0
Constant Value: 2 (0x00000002)

public static final int BLUETOOTH_HSP_PROFILE

Since: API level 2

Bluetooth Headset Profile (HSP)

Since
API level 2
MDM 2.0
Constant Value: 1 (0x00000001)

public static final int BLUETOOTH_PBAP_PROFILE

Since: API level 2

Bluetooth Phone Book Access Profile (PBAP)

Since
API level 2
MDM 2.0
Constant Value: 4 (0x00000004)

public static final int BLUETOOTH_SPP_PROFILE

Since: API level 2

Bluetooth Serial Port Profile (SPP)

Since
API level 2
MDM 2.0
Constant Value: 128 (0x00000080)