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

Commit 134d016d authored by Hui Peng's avatar Hui Peng Committed by Automerger Merge Worker
Browse files

Add type and len field in sdp attr in SetUpSdp am: aa2066f9 am: a52b9410...

Add type and len field in sdp attr in SetUpSdp am: aa2066f9 am: a52b9410 am: 5f3f1df6 am: d14299cb am: b9637eba

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



Change-Id: Iba7e106a6cc49de7424984c1563eb2f713806f70
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4fc2e96c b9637eba
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include "sdpdefs.h"
#include "avrcp_internal.h"
#include "avrcp_test_helper.h"
#include "connection_handler.h"
@@ -63,7 +64,7 @@ class AvrcpConnectionHandlerTest : public testing::Test {
    fake_features = {
        .p_next_attr = nullptr,
        .attr_id = 0,
        .attr_len_type = 0,
        .attr_len_type = (UINT_DESC_TYPE<<12) | 2,
        .attr_value = {.v = {.u16 = 0}},
    };