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

Commit 998967c1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: fix build error for clang++14" am: d3157bcc am: 648873cd am:...

Merge "floss: fix build error for clang++14" am: d3157bcc am: 648873cd am: 91304a8a am: 48f63e79

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



Change-Id: I6eca1475b5d82cc85eeb5e9a48314807b1085a03
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d343a3a0 48f63e79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ typedef enum {
 * For codec capability, fields "sample_rate", "bits_per_sample" and
 * "channel_mode" can contain bit-masks with all supported features.
 */
typedef struct {
struct btav_a2dp_codec_config_t {
  btav_a2dp_codec_index_t codec_type;
  btav_a2dp_codec_priority_t
      codec_priority;  // Codec selection priority
@@ -261,7 +261,7 @@ typedef struct {
    result += name;
    return result;
  }
} btav_a2dp_codec_config_t;
};

typedef struct {
  btav_a2dp_scmst_enable_status_t enable_status;