test for Bluetooth classic and LE support

This commit is contained in:
matthias.ringwald@gmail.com 2013-10-15 20:07:51 +00:00
parent 65389bfc79
commit c3dfbe5da0
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,8 @@ BTSTACK_ROOT = ../..
CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x
CFLAGS += -I/sw/include -I../..
LDFLAGS = -L/sw/lib -lusb-1.0
CFLAGS += -I/usr/local/include -I../..
LDFLAGS = -L/usr/local/lib -lusb-1.0
CORE = \
${BTSTACK_ROOT}/src/btstack_memory.c \

View File

@ -1,7 +1,6 @@
// config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013
#define HAVE_TRANSPORT_USB
#define USB_PRODUCT_ID 0
#define USB_VENDOR_ID 0
#define HAVE_BLE
#define USE_POSIX_RUN_LOOP
#define HAVE_SDP
#define HAVE_RFCOMM