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 | 74ef1199459629c5dd9f272f8cd706d82cdfeeb1 (patch) | |
| tree | f8c0200d4cd1fb14f24fdd704630f3658197b4c0 /core/java/android/bluetooth/BluetoothProfile.java | |
| parent | 2653a1e7ca55b03f5230dffa85dfe2705757e2b7 (diff) | |
Make BluetoothPan inherit from BluetoothProfile.
Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index 1ffee7205395..1ad66f71b938 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/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 |
