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

Commit 3f7912e1 authored by William Escande's avatar William Escande
Browse files

PbapClient: change default disconnect return value

Bug: 311772251
Test: m Bluetooth
Flag: Exempt, no-op change
Change-Id: Id74d2efe73460578658bf5b4f08fa9067940a9de
parent bf2c8c2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public final class BluetoothPbapClient implements BluetoothProfile, AutoCloseabl
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
            }
        }
        return true;
        return false;
    }

    /**