diff options
author | Daniel Norman <danielnorman@google.com> | 2022-03-17 15:56:15 -0700 |
---|---|---|
committer | Daniel Norman <danielnorman@google.com> | 2022-03-17 16:00:48 -0700 |
commit | 716968a4d1de6971c5c569cd8f5f2830b5dba575 (patch) | |
tree | b5dfc1a84427b07b42d6eb0c4592611dcc419930 /framework/java/android/bluetooth/BluetoothMapClient.java | |
parent | a1ee0132fb60762afd5e6a2d8259cec2a549aea3 (diff) | |
parent | 6c897e526322043f504c6a3ff9fd4524f3f59d4b (diff) |
Merge TP1A.220310.002
Change-Id: If2f3a2a6833c45ec4c0cba7c7e668a487938cb92
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothMapClient.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothMapClient.java | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/framework/java/android/bluetooth/BluetoothMapClient.java b/framework/java/android/bluetooth/BluetoothMapClient.java index b29d7b0413..be3e48a0d9 100644 --- a/framework/java/android/bluetooth/BluetoothMapClient.java +++ b/framework/java/android/bluetooth/BluetoothMapClient.java @@ -340,9 +340,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable } /** - * Get the list of connected devices. Currently at most one. - * - * @return list of connected devices + * {@inheritDoc} * @hide */ @SystemApi @@ -378,10 +376,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable } /** - * 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 @@ -418,10 +413,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable } /** - * Get connection state of device - * - * @param device The remote device whose connection state is to be ascertained. - * @return device connection state + * {@inheritDoc} * @hide */ @SystemApi |