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

Commit 95b0c36f authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "LE Audio: Warn when MCP commands are ignored due to AUTH errors" am: 81252669

parents 3631deee 81252669
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: