mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
examples: tidy SBC section
This commit is contained in:
parent
2e4c486246
commit
0e5ac34f5e
@ -40,6 +40,11 @@
|
|||||||
#define TRUE (!FALSE)
|
#define TRUE (!FALSE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* BK4BTSTACK_CHANGE START */
|
||||||
|
#define SBC_NO_PCM_CPY_OPTION TRUE
|
||||||
|
/* BK4BTSTACK_CHANGE END */
|
||||||
|
|
||||||
|
|
||||||
#define SBC_MAX_NUM_OF_SUBBANDS 8
|
#define SBC_MAX_NUM_OF_SUBBANDS 8
|
||||||
#define SBC_MAX_NUM_OF_CHANNELS 2
|
#define SBC_MAX_NUM_OF_CHANNELS 2
|
||||||
#define SBC_MAX_NUM_OF_BLOCKS 16
|
#define SBC_MAX_NUM_OF_BLOCKS 16
|
||||||
|
@ -4,21 +4,18 @@ VPATH += ${BTSTACK_ROOT}/src/ble
|
|||||||
VPATH += ${BTSTACK_ROOT}/src/classic
|
VPATH += ${BTSTACK_ROOT}/src/classic
|
||||||
VPATH += ${BTSTACK_ROOT}/example
|
VPATH += ${BTSTACK_ROOT}/example
|
||||||
VPATH += ${BTSTACK_ROOT}/3rd-party/mbedtls/library
|
VPATH += ${BTSTACK_ROOT}/3rd-party/mbedtls/library
|
||||||
VPATH += ${SBC_DECODER_ROOT}/srce
|
VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce
|
||||||
VPATH += ${SBC_ENCODER_ROOT}/srce
|
VPATH += ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder//srce
|
||||||
|
|
||||||
CFLAGS += -I.
|
CFLAGS += -I.
|
||||||
CFLAGS += -I${BTSTACK_ROOT}/src/ble
|
CFLAGS += -I${BTSTACK_ROOT}/src/ble
|
||||||
CFLAGS += -I${BTSTACK_ROOT}/src/classic
|
CFLAGS += -I${BTSTACK_ROOT}/src/classic
|
||||||
CFLAGS += -I${BTSTACK_ROOT}/src
|
CFLAGS += -I${BTSTACK_ROOT}/src
|
||||||
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/mbedtls/include
|
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/mbedtls/include
|
||||||
CFLAGS += -I${BTSTACK_ROOT}/test/security_manager
|
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include
|
||||||
|
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/include
|
||||||
|
|
||||||
# for SBC
|
CFLAGS += -I${BTSTACK_ROOT}/test/security_manager
|
||||||
SBC_DECODER_ROOT = ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder
|
|
||||||
SBC_ENCODER_ROOT = ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder
|
|
||||||
CFLAGS += -I${SBC_DECODER_ROOT}/include -D OI_DEBUG # -D PRINT_SAMPLES -D PRINT_SCALEFACTORS
|
|
||||||
CFLAGS += -I${SBC_ENCODER_ROOT}/include -D SBC_NO_PCM_CPY_OPTION
|
|
||||||
|
|
||||||
# for CVSD/SBC PLC
|
# for CVSD/SBC PLC
|
||||||
LDFLAGS += -lm
|
LDFLAGS += -lm
|
||||||
@ -72,9 +69,9 @@ MBEDTLS = \
|
|||||||
memory_buffer_alloc.c \
|
memory_buffer_alloc.c \
|
||||||
platform.c \
|
platform.c \
|
||||||
|
|
||||||
#
|
# List of files for Bluedroid SBC codec
|
||||||
include ${SBC_DECODER_ROOT}/Makefile.inc
|
include ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/Makefile.inc
|
||||||
include ${SBC_ENCODER_ROOT}/Makefile.inc
|
include ${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/Makefile.inc
|
||||||
|
|
||||||
SBC_DECODER += \
|
SBC_DECODER += \
|
||||||
${BTSTACK_ROOT}/src/classic/btstack_sbc_plc.c \
|
${BTSTACK_ROOT}/src/classic/btstack_sbc_plc.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user