mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
19 lines
524 B
C
19 lines
524 B
C
// btstack-config.h created by configure for BTstack Sun Jan 19 18:35:17 CET 2014
|
|
#define HAVE_TRANSPORT_H4
|
|
#define UART_DEVICE "/dev/ttyS0"
|
|
#define UART_SPEED 115200
|
|
#define USE_POWERMANAGEMENT
|
|
#define USE_COCOA_RUN_LOOP
|
|
#define USE_POSIX_RUN_LOOP
|
|
#define HAVE_SDP
|
|
#define HAVE_RFCOMM
|
|
#define REMOTE_DEVICE_DB remote_device_db_iphone
|
|
#define HAVE_SO_NOSIGPIPE
|
|
#define HAVE_TIME
|
|
#define HAVE_MALLOC
|
|
#define HAVE_BZERO
|
|
#define ENABLE_LOG_INFO
|
|
#define ENABLE_LOG_ERROR
|
|
#define HCI_ACL_PAYLOAD_SIZE 1021
|
|
#define SDP_DES_DUMP
|