1 // btstack_config.h created by configure for BTstack Thu Apr 24 14:34:39 CEST 2014 2 3 #ifndef __BTSTACK_CONFIG 4 #define __BTSTACK_CONFIG 5 6 #define HAVE_TRANSPORT_H4 7 #define UART_DEVICE "/dev/ttyS0" 8 #define UART_SPEED 115200 9 #define USE_POWERMANAGEMENT 10 #define ENABLE_SDP 11 #define ENABLE_RFCOMM 12 #define ENABLE_BLE 13 #define REMOTE_DEVICE_DB remote_device_db_memory 14 // #define HAVE_SO_NOSIGPIPE 15 #define HAVE_TIME 16 #define HAVE_MALLOC 17 #define HAVE_BZERO 18 #define HAVE_HCI_DUMP 19 #define ENABLE_LOG_INFO 20 #define ENABLE_LOG_ERROR 21 #define HCI_ACL_PAYLOAD_SIZE 1021 22 #define ENABLE_SDP_DES_DUMP 23 24 #define BTSTACK_UNIX "/data/btstack/BTstack" 25 #define BTSTACK_LOG_FILE "/data/btstack/hci_dump.pklg" 26 27 #endif 28