hfp_codec: add to all ports

This commit is contained in:
Matthias Ringwald 2023-03-01 14:26:14 +01:00
parent 2085619da9
commit 360d44f609
5 changed files with 5 additions and 0 deletions

View File

@ -218,6 +218,7 @@ SBC_DECODER += \
SBC_ENCODER += \
btstack_sbc_encoder_bluedroid.c \
hfp_msbc.c \
hfp_codec.c
HXCMOD_PLAYER = \
hxcmod.c \

View File

@ -137,6 +137,7 @@ ${BTSTACK_ROOT}/src/classic/hfp.c \
${BTSTACK_ROOT}/src/classic/hfp_ag.c \
${BTSTACK_ROOT}/src/classic/hfp_gsm_model.c \
${BTSTACK_ROOT}/src/classic/hfp_hf.c \
${BTSTACK_ROOT}/src/classic/hfp_codec.c \
${BTSTACK_ROOT}/src/classic/hfp_msbc.c \
${BTSTACK_ROOT}/src/classic/hid_device.c \
${BTSTACK_ROOT}/src/classic/hid_host.c \

View File

@ -107,6 +107,7 @@ ${BTSTACK_ROOT}/src/classic/hfp.c \
${BTSTACK_ROOT}/src/classic/hfp_ag.c \
${BTSTACK_ROOT}/src/classic/hfp_gsm_model.c \
${BTSTACK_ROOT}/src/classic/hfp_hf.c \
${BTSTACK_ROOT}/src/classic/hfp_codec.c \
${BTSTACK_ROOT}/src/classic/hfp_msbc.c \
${BTSTACK_ROOT}/src/classic/hid_device.c \
${BTSTACK_ROOT}/src/classic/hid_host.c \

View File

@ -107,6 +107,7 @@ ${BTSTACK_ROOT}/src/classic/hfp.c \
${BTSTACK_ROOT}/src/classic/hfp_ag.c \
${BTSTACK_ROOT}/src/classic/hfp_gsm_model.c \
${BTSTACK_ROOT}/src/classic/hfp_hf.c \
${BTSTACK_ROOT}/src/classic/hfp_codec.c \
${BTSTACK_ROOT}/src/classic/hfp_msbc.c \
${BTSTACK_ROOT}/src/classic/hid_device.c \
${BTSTACK_ROOT}/src/classic/hid_host.c \

View File

@ -30,6 +30,7 @@ SRC_CLASSIC_FILES = \
hfp_gsm_model.c \
hfp_hf.c \
hfp_msbc.c \
hfp_codec.c \
hid_device.c \
hsp_ag.c \
hsp_hs.c \