Lingua

ProfileType Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum ProfileType
type ProfileType = 
Inheritance
ProfileType

Fields

Name Value Description
Headset 1

Headset and Handsfree profile

Android reference for android.bluetooth.BluetoothProfile.HEADSET.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

A2dp 2

Advanced Audio Distribution Profile (A2DP)

Android reference for android.bluetooth.BluetoothProfile.A2DP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Health 3

This constant was deprecated in API level 29. Health Device Profile (HDP) and MCAP protocol are no longer used. New apps should use Bluetooth Low Energy based solutions such as BluetoothGatt, BluetoothAdapter.listenUsingL2capChannel(), or BluetoothDevice.createL2capChannel(int)

Health Profile

Android reference for android.bluetooth.BluetoothProfile.HEALTH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Gatt 7

Generic Attribute Profile (GATT)

Android reference for android.bluetooth.BluetoothProfile.GATT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GattServer 8

Generic Attribute Profile (GATT) Server

Android reference for android.bluetooth.BluetoothProfile.GATT_SERVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sap 10

SIM Access Profile (SAP)

Android reference for android.bluetooth.BluetoothProfile.SAP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HidDevice 19

Human Interface Device (HID) Device

Android reference for android.bluetooth.BluetoothProfile.HID_DEVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HearingAid 21
LeAudio 22

LE Audio Device

Android reference for android.bluetooth.BluetoothProfile.LE_AUDIO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CsipSetCoordinator 25

Coordinated Set Identification Profile (CSIP) set coordinator

Android reference for android.bluetooth.BluetoothProfile.CSIP_SET_COORDINATOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HapClient 28

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to