btstack_config.h (606ccc9bdf6fedffc18c97ba6ff0c600010cce04) | btstack_config.h (48ce193c1bb43973676c530932628af0332bfb28) |
---|---|
1// 2// btstack_config.h for libusb port 3// 4 5#ifndef BTSTACK_CONFIG_H 6#define BTSTACK_CONFIG_H 7 8// Port related features --- 18 unchanged lines hidden (view full) --- 27#define ENABLE_LE_SECURE_CONNECTIONS 28#define ENABLE_LOG_ERROR 29#define ENABLE_LOG_INFO 30#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 31#define ENABLE_PRINTF_HEXDUMP 32#define ENABLE_SCO_OVER_HCI 33#define ENABLE_SDP_DES_DUMP 34#define ENABLE_SOFTWARE_AES128 | 1// 2// btstack_config.h for libusb port 3// 4 5#ifndef BTSTACK_CONFIG_H 6#define BTSTACK_CONFIG_H 7 8// Port related features --- 18 unchanged lines hidden (view full) --- 27#define ENABLE_LE_SECURE_CONNECTIONS 28#define ENABLE_LOG_ERROR 29#define ENABLE_LOG_INFO 30#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 31#define ENABLE_PRINTF_HEXDUMP 32#define ENABLE_SCO_OVER_HCI 33#define ENABLE_SDP_DES_DUMP 34#define ENABLE_SOFTWARE_AES128 |
35#define ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION |
|
35 36// BTstack configuration. buffers, sizes, ... 37#define HCI_ACL_PAYLOAD_SIZE (1691 + 4) 38#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy 39 40#define NVM_NUM_DEVICE_DB_ENTRIES 16 41#define NVM_NUM_LINK_KEYS 16 42 --- 18 unchanged lines hidden --- | 36 37// BTstack configuration. buffers, sizes, ... 38#define HCI_ACL_PAYLOAD_SIZE (1691 + 4) 39#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy 40 41#define NVM_NUM_DEVICE_DB_ENTRIES 16 42#define NVM_NUM_LINK_KEYS 16 43 --- 18 unchanged lines hidden --- |