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

Commit af8102b4 authored by William Escande's avatar William Escande
Browse files

Aics api: nit documentation update

Bug: 383400677
Fix: 383400677
Test: m . | doc update
Flag: com.android.bluetooth.flags.aics_api
Change-Id: Ibb6bfdd2070b144b69592d18f0505bf0677f37dd
parent fde407b0
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