diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2011-02-23 10:22:15 -0800 |
|---|---|---|
| committer | Jaikumar Ganesh <jaikumar@google.com> | 2011-02-23 15:49:15 -0800 |
| commit | 97f8ec41a556abc487ee412344e4f6c4c52613cb (patch) | |
| tree | 94ed23b4a1530dcd7ea56164b5d57401a3e392d3 /framework/java/android/bluetooth/BluetoothProfile.java | |
| parent | ad5d9c0ffd34c96faffdcee714e20ae7bd702ada (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.java | 8 |
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 |
