diff options
Diffstat (limited to 'src/com/android/settings/bluetooth/SettingsBtStatus.java')
-rw-r--r-- | src/com/android/settings/bluetooth/SettingsBtStatus.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/SettingsBtStatus.java b/src/com/android/settings/bluetooth/SettingsBtStatus.java index e2285e9..c6ec23b 100644 --- a/src/com/android/settings/bluetooth/SettingsBtStatus.java +++ b/src/com/android/settings/bluetooth/SettingsBtStatus.java @@ -31,7 +31,7 @@ public class SettingsBtStatus { public static final int CONNECTION_STATUS_UNKNOWN = 0; public static final int CONNECTION_STATUS_ACTIVE = 1; - /** Use {@link #isConnected} to check for the connected state */ + /** Use {@link #isConnectionStatusConnected} to check for the connected state */ public static final int CONNECTION_STATUS_CONNECTED = 2; public static final int CONNECTION_STATUS_CONNECTING = 3; public static final int CONNECTION_STATUS_DISCONNECTED = 4; |