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

Commit 0c704af7 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: profile: Properly include stack/include/bt_hdr

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: Id05d13aea809b4b146bd30b53dcdfdff75f26c15
parent f1a61ebe
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".
+2 −1
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 {