Skip to content

Commit 90fb9aa

Browse files
Jaikumar GaneshAndroid (Google) Code Review
authored andcommitted
Merge "Make Bluetooth Health constant public." into ics-factoryrom
2 parents 9c71128 + fd966a1 commit 90fb9aa

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

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)