mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
test for Bluetooth classic and LE support
This commit is contained in:
parent
65389bfc79
commit
c3dfbe5da0
@ -2,8 +2,8 @@ BTSTACK_ROOT = ../..
|
|||||||
|
|
||||||
|
|
||||||
CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x
|
CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x
|
||||||
CFLAGS += -I/sw/include -I../..
|
CFLAGS += -I/usr/local/include -I../..
|
||||||
LDFLAGS = -L/sw/lib -lusb-1.0
|
LDFLAGS = -L/usr/local/lib -lusb-1.0
|
||||||
|
|
||||||
CORE = \
|
CORE = \
|
||||||
${BTSTACK_ROOT}/src/btstack_memory.c \
|
${BTSTACK_ROOT}/src/btstack_memory.c \
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013
|
// config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013
|
||||||
#define HAVE_TRANSPORT_USB
|
#define HAVE_TRANSPORT_USB
|
||||||
#define USB_PRODUCT_ID 0
|
#define HAVE_BLE
|
||||||
#define USB_VENDOR_ID 0
|
|
||||||
#define USE_POSIX_RUN_LOOP
|
#define USE_POSIX_RUN_LOOP
|
||||||
#define HAVE_SDP
|
#define HAVE_SDP
|
||||||
#define HAVE_RFCOMM
|
#define HAVE_RFCOMM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user