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

Commit 56f27254 authored by Stanley Tng's avatar Stanley Tng Committed by android-build-merger
Browse files

Merge "Enable the Debug Logs for Hearing Aids Profile" am: 7271c452

am: b6987e3c

Change-Id: I4708bea946177b47beb78845a49f082df96e7ede
parents 7329bdb3 b6987e3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
 */
 */
public final class BluetoothHearingAid implements BluetoothProfile {
public final class BluetoothHearingAid implements BluetoothProfile {
    private static final String TAG = "BluetoothHearingAid";
    private static final String TAG = "BluetoothHearingAid";
    private static final boolean DBG = false;
    private static final boolean DBG = true;
    private static final boolean VDBG = false;
    private static final boolean VDBG = false;


    /**
    /**