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

Commit a85858d8 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

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

Change-Id: Ie40255940deb5c516b43847a8cdb3c8210f160c6
parents 001acc4c 4b53fae3
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 = {},
    }};