btstack_config.h (d3ea2236fcda9a8b8de875b826eb05c1f20f1128) | btstack_config.h (f8da99a8ad1730675f2726b8c080178292aa3a24) |
---|---|
1// 2// btstack_config.h for metric calculation 3// 4 5#ifndef BTSTACK_CONFIG_H 6#define BTSTACK_CONFIG_H 7 8// Port related features --- 14 unchanged lines hidden (view full) --- 23#define ENABLE_LOG_INFO 24#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 25#define ENABLE_SCO_OVER_HCI 26#define ENABLE_SDP_DES_DUMP 27 28// BTstack configuration. buffers, sizes, ... 29#define HCI_ACL_PAYLOAD_SIZE (1691 + 4) 30#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy | 1// 2// btstack_config.h for metric calculation 3// 4 5#ifndef BTSTACK_CONFIG_H 6#define BTSTACK_CONFIG_H 7 8// Port related features --- 14 unchanged lines hidden (view full) --- 23#define ENABLE_LOG_INFO 24#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 25#define ENABLE_SCO_OVER_HCI 26#define ENABLE_SDP_DES_DUMP 27 28// BTstack configuration. buffers, sizes, ... 29#define HCI_ACL_PAYLOAD_SIZE (1691 + 4) 30#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy |
31#define HCI_OUTGOING_PRE_BUFFER_SIZE 4 |
|
31 32#define MAX_NR_LE_DEVICE_DB_ENTRIES 4 33 34#define MAX_ATT_DB_SIZE 1024 35 36#define NVM_NUM_DEVICE_DB_ENTRIES 16 37#define NVM_NUM_LINK_KEYS 16 38 --- 18 unchanged lines hidden --- | 32 33#define MAX_NR_LE_DEVICE_DB_ENTRIES 4 34 35#define MAX_ATT_DB_SIZE 1024 36 37#define NVM_NUM_DEVICE_DB_ENTRIES 16 38#define NVM_NUM_LINK_KEYS 16 39 --- 18 unchanged lines hidden --- |