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

Commit e4c993bb authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "mock_bta_av_codec: Use correct A2dpCodecConfig"

parents 51a06c58 6ad9006c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
#include <map>
#include <string>

#include "service/common/bluetooth/a2dp_codec_config.h"
#include "a2dp_codec_api.h"

std::map<std::string, int> mock_function_count_map;

bluetooth::A2dpCodecConfig* bta_av_get_a2dp_current_codec(void) {
A2dpCodecConfig* bta_av_get_a2dp_current_codec(void) {
  return nullptr;
}