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

Commit 5eb3a054 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "legacy: profile: Properly include stack/include/bt_hdr"

parents 4c2aede9 0c704af7
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 {