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

Commit 7dc74151 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: profile: Properly include stack/include/bt_hdr" am: 5eb3a054

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1831599

Change-Id: I0118b43fa154eb5cd450d24fe052b72e3e9714b3
parents fa7d78d3 5eb3a054
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,9 +16,10 @@

#pragma once

#include "avrcp_config.h"
#include "stack/include/avrc_api.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/sdp_api.h"
#include "avrcp_config.h"

/**
 * Wrapper classes for the API functions currently defined in "packages/modules/Bluetooth/system/stack".
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <vector>

#include "packet/avrcp/avrcp_packet.h"
#include "stack/include/bt_hdr.h"

// These classes are temporary placeholders to easily switch between BT_HDR and
// packets.
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include "device/include/interop.h"
#include "osi/include/allocator.h"
#include "osi/include/properties.h"
#include "stack/include/bt_hdr.h"

namespace bluetooth {
namespace avrcp {
+2 −0
Original line number Diff line number Diff line
@@ -17,11 +17,13 @@
#pragma once

#include <gmock/gmock.h>

#include <type_traits>

#include "avrcp.h"
#include "avrcp_internal.h"
#include "avrcp_packet.h"
#include "stack/include/bt_hdr.h"
#include "tests/packet_test_helper.h"

namespace bluetooth {