mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 19:20:26 +00:00
fix security manager test compile
This commit is contained in:
parent
5c16dde5c9
commit
4ab5a83143
@ -5,8 +5,8 @@ CC = g++
|
||||
BTSTACK_ROOT = ../..
|
||||
CPPUTEST_HOME = ${BTSTACK_ROOT}/test/cpputest
|
||||
|
||||
CFLAGS = -DUNIT_TEST -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/ble -I${BTSTACK_ROOT}/include -I$(CPPUTEST_HOME)/include
|
||||
LDFLAGS += -L$(CPPUTEST_HOME) -lCppUTest -lCppUTestExt
|
||||
CFLAGS = -DUNIT_TEST -x c++ -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/ble -I${BTSTACK_ROOT}/include -I$(CPPUTEST_HOME)/include
|
||||
LDFLAGS += -L$(CPPUTEST_HOME)/lib -lCppUTest -lCppUTestExt
|
||||
|
||||
COMMON = \
|
||||
${BTSTACK_ROOT}/src/utils.c \
|
||||
|
@ -200,5 +200,9 @@ void hci_disconnect_security_block(hci_con_handle_t con_handle){
|
||||
printf("hci_disconnect_security_block \n");
|
||||
}
|
||||
|
||||
int hci_non_flushable_packet_boundary_flag_supported(){
|
||||
return 1;
|
||||
}
|
||||
|
||||
void l2cap_run(void){
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user