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

Commit 5001e83e authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

le_broadcast: Fix the missing std::move()

Bug: 150670922
Tag: #feature
Test: atest --host bluetooth_test_broadcaster
Sponsor: jpawlowski@
Change-Id: I5eb90daba61d2936318c8561b853f26f3b0c7927
parent e725c9b2
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 = {},
    }};