aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-02-23 10:22:15 -0800
committerJaikumar Ganesh <jaikumar@google.com>2011-02-23 15:49:15 -0800
commit97f8ec41a556abc487ee412344e4f6c4c52613cb (patch)
tree94ed23b4a1530dcd7ea56164b5d57401a3e392d3 /framework/java/android/bluetooth/BluetoothProfile.java
parentad5d9c0ffd34c96faffdcee714e20ae7bd702ada (diff)
Make BluetoothPan inherit from BluetoothProfile.
Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
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