From fd966a124f10448298aac79c4bb6cf8eb877277a Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Wed, 21 Sep 2011 15:53:20 -0700 Subject: [PATCH] Make Bluetooth Health constant public. Change-Id: I366f1231056fe978d85ee80c773d5911badb22e2 --- api/14.txt | 1 + api/current.txt | 1 + core/java/android/bluetooth/BluetoothProfile.java | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/14.txt b/api/14.txt index 45bb8823753ff..1e580a8c4ec51 100644 --- a/api/14.txt +++ b/api/14.txt @@ -4566,6 +4566,7 @@ package android.bluetooth { field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE"; field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE"; field public static final int HEADSET = 1; // 0x1 + field public static final int HEALTH = 3; // 0x3 field public static final int STATE_CONNECTED = 2; // 0x2 field public static final int STATE_CONNECTING = 1; // 0x1 field public static final int STATE_DISCONNECTED = 0; // 0x0 diff --git a/api/current.txt b/api/current.txt index 45bb8823753ff..1e580a8c4ec51 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4566,6 +4566,7 @@ package android.bluetooth { field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE"; field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE"; field public static final int HEADSET = 1; // 0x1 + field public static final int HEALTH = 3; // 0x3 field public static final int STATE_CONNECTED = 2; // 0x2 field public static final int STATE_CONNECTING = 1; // 0x1 field public static final int STATE_DISCONNECTED = 0; // 0x0 diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index 58b3868387993..f7ccfbd35fbae 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -66,7 +66,6 @@ public interface BluetoothProfile { /** * Health Profile - * @hide */ public static final int HEALTH = 3;