diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothPbapClient.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothPbapClient.java | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/framework/java/android/bluetooth/BluetoothPbapClient.java b/framework/java/android/bluetooth/BluetoothPbapClient.java index 8d1946c9a6..e10f5e5e49 100644 --- a/framework/java/android/bluetooth/BluetoothPbapClient.java +++ b/framework/java/android/bluetooth/BluetoothPbapClient.java @@ -218,11 +218,7 @@ public final class BluetoothPbapClient implements BluetoothProfile, AutoCloseabl } /** - * Get the list of connected devices. - * Currently at most one. - * - * @return list of connected devices - * + * {@inheritDoc} * @hide */ @SystemApi @@ -260,11 +256,7 @@ public final class BluetoothPbapClient implements BluetoothProfile, AutoCloseabl } /** - * Get the list of devices matching specified states. Currently at most one. - * - * @param states The connection states to match for. - * @return list of matching devices - * + * {@inheritDoc} * @hide */ @SystemApi @@ -303,11 +295,7 @@ public final class BluetoothPbapClient implements BluetoothProfile, AutoCloseabl } /** - * Get connection state of device - * - * @param device The remote device whose connection state is to be ascertained. - * @return device connection state - * + * {@inheritDoc} * @hide */ @SystemApi |
