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

Commit e04ae858 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Android (Google) Code Review
Browse files

Merge "LE Audio: Warn when MCP commands are ignored due to AUTH errors" into tm-qpr-dev

parents 5e4d2602 043b82a3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -454,9 +454,7 @@ public class MediaControlGattService implements MediaControlGattServiceInterface
    }

    private void onRejectedAuthorizationGattOperation(BluetoothDevice device, GattOpContext op) {
        if (VDBG) {
            Log.d(TAG, "onRejectedAuthorizationGattOperation device: " + device);
        }
        Log.w(TAG, "onRejectedAuthorizationGattOperation device: " + device);

        switch (op.mOperation) {
            case READ_CHARACTERISTIC: