File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
core/java/android/bluetooth Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments