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

Commit 1b3a778c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[API Review] Add java doc for BluetoothLeCallback.registerCallback()"...

Merge "[API Review] Add java doc for BluetoothLeCallback.registerCallback()" am: 3c3c3992 am: e654cef1 am: 8a05361d am: 549ab5ca

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



Change-Id: I00b0bc87e27b667a232cb498421c614d05e69640
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 332a2fe0 549ab5ca
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -924,6 +924,10 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
     * would have to call {@link #unregisterCallback(Callback)} with
     * would have to call {@link #unregisterCallback(Callback)} with
     * the same callback object before registering it again.
     * the same callback object before registering it again.
     *
     *
     * <p> The {@link Callback} will be invoked only if there is codec status changed for the
     * remote device or the device is connected/disconnected in a certain group or the group
     * status is changed.
     *
     * @param executor an {@link Executor} to execute given callback
     * @param executor an {@link Executor} to execute given callback
     * @param callback user implementation of the {@link Callback}
     * @param callback user implementation of the {@link Callback}
     * @throws NullPointerException if a null executor or callback is given
     * @throws NullPointerException if a null executor or callback is given