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 ENABLE_SDP 10 #define ENABLE_RFCOMM 11 #define ENABLE_BLE 12 #define REMOTE_DEVICE_DB remote_device_db_memory 13 // #define HAVE_SO_NOSIGPIPE 14 #define HAVE_TIME 15 #define HAVE_MALLOC 16 #define HAVE_BZERO 17 #define HAVE_HCI_DUMP 18 #define ENABLE_LOG_INFO 19 #define ENABLE_LOG_ERROR 20 #define HCI_ACL_PAYLOAD_SIZE 1021 21 #define ENABLE_SDP_DES_DUMP 22 23 #define BTSTACK_UNIX "/data/btstack/BTstack" 24 #define BTSTACK_LOG_FILE "/data/btstack/hci_dump.pklg" 25 26 #endif 27