diff options
| author | Stephen Hines <srhines@google.com> | 2013-02-28 14:23:00 -0800 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2013-02-28 14:23:00 -0800 |
| commit | d6f9701119db423333a50bfa286968cdb880512f (patch) | |
| tree | d758bc8503d30879260838d78521448e991baac9 /framework/java/android/bluetooth/BluetoothAdapter.java | |
| parent | 40b98951361157933c2084e855f7cffef0ca7fb7 (diff) | |
Fix docs bug.
Change-Id: I8c69963b339d703757bf1cd8f43161175783566d
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothAdapter.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothAdapter.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothAdapter.java b/framework/java/android/bluetooth/BluetoothAdapter.java index 1bbfb5dfb3..b00bf09598 100644 --- a/framework/java/android/bluetooth/BluetoothAdapter.java +++ b/framework/java/android/bluetooth/BluetoothAdapter.java @@ -1137,8 +1137,7 @@ public final class BluetoothAdapter { * Get the profile proxy object associated with the profile. * * <p>Profile can be one of {@link BluetoothProfile#HEALTH}, {@link BluetoothProfile#HEADSET}, - * {@link BluetoothProfile#A2DP}, {@link BluetoothProfile#GATT}, - * or {@link BluetoothProfile#GATT_SERVER}. Clients must implements + * or {@link BluetoothProfile#A2DP}. Clients must implement * {@link BluetoothProfile.ServiceListener} to get notified of * the connection status and to get the proxy object. * |
