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

Commit 5af5244c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "le_broadcast: Fix the missing std::move()" am: 4b53fae3 am: a85858d8

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

Change-Id: Ie85756636979436f268d995108d2af20cab24f84
parents 7fb7f7ed a85858d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -134,7 +134,7 @@ class LeAudioBroadcasterImpl : public LeAudioBroadcaster, public BigCallbacks {
                .vendor_codec_id = codec_id.vendor_codec_id,
                .vendor_codec_id = codec_id.vendor_codec_id,
                .codec_specific_params = std::move(codec_spec_data),
                .codec_specific_params = std::move(codec_spec_data),
            },
            },
        .metadata = metadata,
        .metadata = std::move(metadata),
        .bis_configs = {},
        .bis_configs = {},
    }};
    }};