aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java
index 1ffee72053..1ad66f71b9 100644
--- a/framework/java/android/bluetooth/BluetoothProfile.java
+++ b/framework/java/android/bluetooth/BluetoothProfile.java
@@ -58,10 +58,12 @@ public interface BluetoothProfile {
* Headset and Handsfree profile
*/
public static final int HEADSET = 1;
+
/**
* A2DP profile.
*/
public static final int A2DP = 2;
+
/**
* Input Device Profile
* @hide
@@ -69,6 +71,12 @@ public interface BluetoothProfile {
public static final int INPUT_DEVICE = 3;
/**
+ * PAN Profile
+ * @hide
+ */
+ public static final int PAN = 4;
+
+ /**
* Default priority for devices that we try to auto-connect to and
* and allow incoming connections for the profile
* @hide