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

Commit 83072b5f 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 am: 5af5244c

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

Change-Id: Ic5fb6319fd6b806930c949cfd024b603443ed1af
parents 2bbb8f9e 5af5244c
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 = {},
    }};