added spp_streamer that queries remote SDP for SPP service and streams data as fast as possible to it

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-23 14:56:03 +00:00
parent 2df5dadc33
commit 83fe213e13
2 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ATT_OBJ = $(ATT:.c=.o)
# create firmware image from common objects and example source file
all: ../../include/btstack/version.h ble_client sdp_rfcomm_query sdp_general_query spp_counter ble_peripheral \
ble_peripheral_sm_minimal gap_inquiry gap_dedicated_bonding gap_inquiry_and_bond l2cap_test
ble_peripheral_sm_minimal gap_inquiry gap_dedicated_bonding gap_inquiry_and_bond l2cap_test spp_streamer
# ble_client_uart #spp-usb l2cap-server-usb l2cap-client-usb l2cap-server-uart l2cap-client-uart
@ -75,6 +75,9 @@ spp_counter: ${CORE_OBJ} ${COMMON_OBJ} spp_counter.c
spp_counter_ssp: ${CORE_OBJ} ${COMMON_OBJ} spp_counter_ssp.c
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
spp_streamer: ${CORE_OBJ} ${COMMON_OBJ} spp_streamer.c
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
gap_dedicated_bonding: ${CORE_OBJ} ${COMMON_OBJ} gap_dedicated_bonding.c
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@

BIN
example/libusb/spp_streamer Executable file

Binary file not shown.