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

Commit a065c884 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:...

Merge "le_broadcast: Fix the missing std::move()" am: 4b53fae3 am: a85858d8 am: 5af5244c am: 83072b5f

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

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