mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-13 15:41:17 +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 += -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user