diff options
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index 22555f0..6cd81fd 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -65,16 +65,22 @@ public interface BluetoothProfile { public static final int A2DP = 2; /** + * Health Profile + * @hide + */ + public static final int HEALTH = 3; + + /** * Input Device Profile * @hide */ - public static final int INPUT_DEVICE = 3; + public static final int INPUT_DEVICE = 4; /** * PAN Profile * @hide */ - public static final int PAN = 4; + public static final int PAN = 5; /** * Default priority for devices that we try to auto-connect to and |
