mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
added spp_streamer that queries remote SDP for SPP service and streams data as fast as possible to it
This commit is contained in:
parent
2df5dadc33
commit
83fe213e13
@ -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
BIN
example/libusb/spp_streamer
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user