Skip to content

Commit fd966a1

Browse files
author
Jaikumar Ganesh
committed
Make Bluetooth Health constant public.
Change-Id: I366f1231056fe978d85ee80c773d5911badb22e2
1 parent 22aa780 commit fd966a1

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
@@ -4566,6 +4566,7 @@ package android.bluetooth {
45664566
field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
45674567
field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45684568
field public static final int HEADSET = 1; // 0x1
4569+
field public static final int HEALTH = 3; // 0x3
45694570
field public static final int STATE_CONNECTED = 2; // 0x2
45704571
field public static final int STATE_CONNECTING = 1; // 0x1
45714572
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
@@ -4566,6 +4566,7 @@ package android.bluetooth {
45664566
field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
45674567
field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45684568
field public static final int HEADSET = 1; // 0x1
4569+
field public static final int HEALTH = 3; // 0x3
45694570
field public static final int STATE_CONNECTED = 2; // 0x2
45704571
field public static final int STATE_CONNECTING = 1; // 0x1
45714572
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)