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

Commit 3c3c3992 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 5251d18a f1a0804f
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