diff options
author | Yorke Lee <yorkelee@google.com> | 2015-04-15 11:55:20 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-04-15 23:46:03 -0700 |
commit | 6a3083555153bff7a65f86c16248cf0a063919aa (patch) | |
tree | bf49b40984cbd8862079c0a5e8c70fc5bf1cb6a5 /core/java/android | |
parent | 2a5f608e7a5765db3b91165dac5b6280b26da26c (diff) | |
download | frameworks_base-6a3083555153bff7a65f86c16248cf0a063919aa.zip frameworks_base-6a3083555153bff7a65f86c16248cf0a063919aa.tar.gz frameworks_base-6a3083555153bff7a65f86c16248cf0a063919aa.tar.bz2 |
Fix make update-api
Change-Id: Iaee002c64096fbd6ba05d6484cc50840146a4af0
Diffstat (limited to 'core/java/android')
-rw-r--r-- | core/java/android/bluetooth/BluetoothAdapter.java | 6 | ||||
-rw-r--r-- | core/java/android/bluetooth/BluetoothSap.java | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java index 10ee21d..2418e82 100644 --- a/core/java/android/bluetooth/BluetoothAdapter.java +++ b/core/java/android/bluetooth/BluetoothAdapter.java @@ -121,9 +121,6 @@ public final class BluetoothAdapter { * {@link #STATE_TURNING_ON}, * {@link #STATE_ON}, * {@link #STATE_TURNING_OFF}, - * {@link #STATE_BLE_TURNING_ON}, - * {@link #STATE_BLE_ON}, - * {@link #STATE_BLE_TURNING_OFF}, */ public static final String EXTRA_STATE = "android.bluetooth.adapter.extra.STATE"; @@ -134,9 +131,6 @@ public final class BluetoothAdapter { * {@link #STATE_TURNING_ON}, * {@link #STATE_ON}, * {@link #STATE_TURNING_OFF}, - * {@link #STATE_BLE_TURNING_ON}, - * {@link #STATE_BLE_ON}, - * {@link #STATE_BLE_TURNING_OFF}, */ public static final String EXTRA_PREVIOUS_STATE = "android.bluetooth.adapter.extra.PREVIOUS_STATE"; diff --git a/core/java/android/bluetooth/BluetoothSap.java b/core/java/android/bluetooth/BluetoothSap.java index 6052884..7b4c6f9 100644 --- a/core/java/android/bluetooth/BluetoothSap.java +++ b/core/java/android/bluetooth/BluetoothSap.java @@ -296,8 +296,6 @@ public final class BluetoothSap implements BluetoothProfile { * Set priority of the profile * * <p> The device should already be paired. - * Priority can be one of {@link #PRIORITY_ON} or - * {@link #PRIORITY_OFF}, * * @param device Paired bluetooth device * @param priority @@ -325,10 +323,6 @@ public final class BluetoothSap implements BluetoothProfile { /** * Get the priority of the profile. * - * <p> The priority can be any of: - * {@link #PRIORITY_AUTO_CONNECT}, {@link #PRIORITY_OFF}, - * {@link #PRIORITY_ON}, {@link #PRIORITY_UNDEFINED} - * * @param device Bluetooth device * @return priority of the device */ |