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

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

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



Change-Id: Ie425915395ede6eed112f7a4776dce993bfce7ab
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9bf46da8 681e8715
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: