mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
port: replace obex_iterator wirh obex_parser
This commit is contained in:
parent
2684f40bee
commit
884d3c56f3
@ -251,8 +251,8 @@ SRCS += $(CVSD_PLC_OBJ)
|
||||
SRCS += $(HXCMOD_PLAYER_OBJ)
|
||||
SRCS += $(HFP_OBJ)
|
||||
SRCS += hsp_hs.o hsp_ag.o
|
||||
SRCS += obex_iterator.o goep_client.o pbap_client.o md5.o yxml.o
|
||||
SRCS += pan.c bnep.c bnep_lwip.c
|
||||
SRCS += obex_parser.o goep_client.o pbap_client.o md5.o yxml.o
|
||||
SRCS += pan.c bnep.c bnep_lwip.c
|
||||
SRCS += ${LWIP_SRC}
|
||||
|
||||
# Enable assertion checking for development
|
||||
|
@ -141,7 +141,7 @@ ${BTSTACK_ROOT}/src/classic/hid_device.c \
|
||||
${BTSTACK_ROOT}/src/classic/hid_host.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_ag.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_hs.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_iterator.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_parser.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_message_builder.c \
|
||||
${BTSTACK_ROOT}/src/classic/pan.c \
|
||||
${BTSTACK_ROOT}/src/classic/pbap_client.c \
|
||||
|
@ -111,7 +111,7 @@ ${BTSTACK_ROOT}/src/classic/hid_device.c \
|
||||
${BTSTACK_ROOT}/src/classic/hid_host.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_ag.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_hs.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_iterator.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_parser.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_message_builder.c \
|
||||
${BTSTACK_ROOT}/src/classic/pan.c \
|
||||
${BTSTACK_ROOT}/src/classic/pbap_client.c \
|
||||
|
@ -111,7 +111,7 @@ ${BTSTACK_ROOT}/src/classic/hid_device.c \
|
||||
${BTSTACK_ROOT}/src/classic/hid_host.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_ag.c \
|
||||
${BTSTACK_ROOT}/src/classic/hsp_hs.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_iterator.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_parser.c \
|
||||
${BTSTACK_ROOT}/src/classic/obex_message_builder.c \
|
||||
${BTSTACK_ROOT}/src/classic/pan.c \
|
||||
${BTSTACK_ROOT}/src/classic/pbap_client.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user