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

Commit a944152a 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

am: 56f27254

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

    /**