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

Commit 40ee46a6 authored by Andrew Cheng's avatar Andrew Cheng
Browse files

Update public function documentation for Pbap Client

This change inherits the documentation from the parent class definitions
where it can, so our profile proxy can be more in line with others.

Ignore-AOSP-First: Mainline-related going into internal first
Tag: #refactor
Bug: 221880459
Test: atest BluetoothInstrumentationTests
Change-Id: I5189e7f172731b5b5c15a0df60a9197dc71301ae
parent 90e1ab6e
Loading
Loading
Loading
Loading
+3 −15
Original line number Diff line number Diff line
@@ -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