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

Commit da9897ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "btif_av: Pass vector parameter as const ref" into main

parents f6061bd3 46a7b423
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -620,7 +620,7 @@ public:
   * @param reconf_ready_promise promise fulfilled when the reconfiguration done
   */
  bt_status_t SetPeerReconfigureStreamData(const RawAddress& peer_address,
                                           std::vector<btav_a2dp_codec_config_t> codec_preferences,
                                           const std::vector<btav_a2dp_codec_config_t>& codec_preferences,
                                           std::promise<void> reconf_ready_promise) {
    std::lock_guard<std::recursive_mutex> lock(btifavsource_peers_lock_);