mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 05:42:49 +00:00
avrcp: promote avrcp to src/classic folder
This commit is contained in:
parent
15fddeb817
commit
be32e7f162
@ -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
|
||||||
|
@ -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
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user