1 // config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013 2 3 #ifndef __BTSTACK_CONFIG 4 #define __BTSTACK_CONFIG 5 6 #define ENABLE_LOG_ERROR 7 #define ENABLE_LOG_INFO 8 #define ENABLE_BLE 9 #define HAVE_BZERO 10 #define HAVE_HCI_DUMP 11 #define HAVE_MALLOC 12 #define ENABLE_RFCOMM 13 #define ENABLE_SDP 14 #define HAVE_SO_NOSIGPIPE 15 #define HAVE_TIME 16 #define HAVE_SCO 17 #define HAVE_SCO_OVER_HCI 18 #define HCI_ACL_PAYLOAD_SIZE (1691 + 4) 19 #define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy 20 #define REMOTE_DEVICE_DB remote_device_db_iphone 21 #define ENABLE_SDP_DES_DUMP 22 #define ENABLE_SDP_DES_DUMP 23 24 #define HAVE_SCO 25 26 #endif 27