Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f319d7b0 authored by Andrew Cheng's avatar Andrew Cheng Committed by Automerger Merge Worker
Browse files

Merge "Update public function documentation for Map Client" into tm-dev am: b1b6cc22

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/17058178

Change-Id: I79280b93e94d3b49b4cec7e86e03f9b96dfc04f4
parents ef3ff505 b1b6cc22
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -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