diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 22555f02d4..6cd81fde72 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/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 |
