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 | ed9c9583f3e5249c77973f22d7387847f601bfb3 (patch) | |
tree | 22fd944991b9a9fed95b5fc4f0964bb707058d23 /framework/java/android/bluetooth/BluetoothSap.java | |
parent | d8355fbc2eebadece0ee3beae25361be32d9ee34 (diff) |
Fix make update-api
Change-Id: Iaee002c64096fbd6ba05d6484cc50840146a4af0
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothSap.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothSap.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/java/android/bluetooth/BluetoothSap.java b/framework/java/android/bluetooth/BluetoothSap.java index 60528849a0..7b4c6f923f 100644 --- a/framework/java/android/bluetooth/BluetoothSap.java +++ b/framework/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 */ |