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

Commit 7f13cdd5 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Aics api: nit documentation update" into main am: b5c7187e am: 14d28cb2

parents 5e683d49 14d28cb2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -432,6 +432,8 @@ public class AudioInputControl {
    /**
     * Gets the minimum value for the gain setting.
     *
     * <p>The value return is relative to {@link #getGainSettingUnit} in 0.1 decibel units.
     *
     * @return The minimum Gain Setting as defined in AICS 1.0 - 3.2.2.
     */
    @RequiresBluetoothConnectPermission
@@ -446,6 +448,8 @@ public class AudioInputControl {
    /**
     * Gets the maximum value for the gain setting.
     *
     * <p>The value return is relative to {@link #getGainSettingUnit} in 0.1 decibel units.
     *
     * @return The maximum Gain Setting as defined in AICS 1.0 - 3.2.3.
     */
    @RequiresBluetoothConnectPermission
@@ -544,6 +548,8 @@ public class AudioInputControl {
     * <p>Register an {@link AudioInputCallback} to be notified via {@link
     * AudioInputCallback#onGainSettingChanged} when the gain setting changes.
     *
     * <p>The value return is relative to {@link #getGainSettingUnit} in 0.1 decibel units.
     *
     * @return The current gain setting as defined in AICS 1.0 - 2.2.1.1.
     */
    @RequiresBluetoothConnectPermission