avrcp: promote avrcp to src/classic folder

This commit is contained in:
Milanka Ringwald 2017-03-01 16:17:03 +01:00
parent 15fddeb817
commit be32e7f162
5 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ extern "C" {
#include "classic/sdp_server.h" #include "classic/sdp_server.h"
#include "classic/avdtp_sink.h" #include "classic/avdtp_sink.h"
#include "classic/avdtp_source.h" #include "classic/avdtp_source.h"
#include "../test/avrcp/avrcp.h" #include "classic/avrcp.h"
// BLE // BLE
#ifdef ENABLE_BLE #ifdef ENABLE_BLE

View File

@ -42,7 +42,7 @@
#include <unistd.h> #include <unistd.h>
#include "btstack.h" #include "btstack.h"
#include "avrcp.h" #include "classic/avrcp.h"
#define AV_REMOTE_CONTROL_TARGET 0x110C #define AV_REMOTE_CONTROL_TARGET 0x110C
#define AV_REMOTE_CONTROL 0x110E #define AV_REMOTE_CONTROL 0x110E

View File

@ -52,7 +52,7 @@
#include "hci_dump.h" #include "hci_dump.h"
#include "l2cap.h" #include "l2cap.h"
#include "stdin_support.h" #include "stdin_support.h"
#include "avrcp.h" #include "classic/avrcp.h"
#define AVRCP_BROWSING_ENABLED 0 #define AVRCP_BROWSING_ENABLED 0
static btstack_packet_callback_registration_t hci_event_callback_registration; static btstack_packet_callback_registration_t hci_event_callback_registration;

View File

@ -69,7 +69,7 @@ extern "C" {
#include "classic/sdp_server.h" #include "classic/sdp_server.h"
#include "classic/avdtp_sink.h" #include "classic/avdtp_sink.h"
#include "classic/avdtp_source.h" #include "classic/avdtp_source.h"
#include "../test/avrcp/avrcp.h" #include "classic/avrcp.h"
// BLE // BLE
#ifdef ENABLE_BLE #ifdef ENABLE_BLE