Skip to content

Commit a0c7ec2

Browse files
Jaikumar GaneshAndroid Git Automerger
authored andcommitted
am 90fb9aa: Merge "Make Bluetooth Health constant public." into ics-factoryrom
* commit '90fb9aa93a350d5571a378923c2566f48e44ad3e': Make Bluetooth Health constant public.
2 parents 0d3647d + 90fb9aa commit a0c7ec2

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

api/14.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,6 +4567,7 @@ package android.bluetooth {
45674567
field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
45684568
field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45694569
field public static final int HEADSET = 1; // 0x1
4570+
field public static final int HEALTH = 3; // 0x3
45704571
field public static final int STATE_CONNECTED = 2; // 0x2
45714572
field public static final int STATE_CONNECTING = 1; // 0x1
45724573
field public static final int STATE_DISCONNECTED = 0; // 0x0

api/current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,6 +4567,7 @@ package android.bluetooth {
45674567
field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
45684568
field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45694569
field public static final int HEADSET = 1; // 0x1
4570+
field public static final int HEALTH = 3; // 0x3
45704571
field public static final int STATE_CONNECTED = 2; // 0x2
45714572
field public static final int STATE_CONNECTING = 1; // 0x1
45724573
field public static final int STATE_DISCONNECTED = 0; // 0x0

core/java/android/bluetooth/BluetoothProfile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public interface BluetoothProfile {
6666

6767
/**
6868
* Health Profile
69-
* @hide
7069
*/
7170
public static final int HEALTH = 3;
7271

0 commit comments

Comments
 (0)