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

Commit 681e8715 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:...

Merge "LE Audio: Warn when MCP commands are ignored due to AUTH errors" am: 81252669 am: 95b0c36f am: 8bfff0d5 am: 6a03ab4e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2236197



Change-Id: I99e58c3f2f57d69f6ccd401608a22327ffc4b24c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f60fa711 6a03ab4e
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: