btstack_config.h (1b81ae2adc4ae081fa9c6427c173f36f7c908803) | btstack_config.h (b28dc8004dd8d4fb9020a6dcd2bc81f05d36a008) |
---|---|
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 9#define HAVE_BTSTACK_STDIN 10 11// BTstack features that can be enabled 12#define ENABLE_ATT_DELAYED_RESPONSE 13#define ENABLE_BLE 14#define ENABLE_LE_CENTRAL | 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 9#define HAVE_BTSTACK_STDIN 10 11// BTstack features that can be enabled 12#define ENABLE_ATT_DELAYED_RESPONSE 13#define ENABLE_BLE 14#define ENABLE_LE_CENTRAL |
15#define ENABLE_LE_DATA_CHANNELS | 15#define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE |
16#define ENABLE_LE_DATA_LENGTH_EXTENSION 17#define ENABLE_LE_PERIPHERAL 18#define ENABLE_LE_SECURE_CONNECTIONS 19#define ENABLE_LOG_ERROR 20#define ENABLE_LOG_INFO 21#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 22#define ENABLE_SOFTWARE_AES128 23 --- 30 unchanged lines hidden --- | 16#define ENABLE_LE_DATA_LENGTH_EXTENSION 17#define ENABLE_LE_PERIPHERAL 18#define ENABLE_LE_SECURE_CONNECTIONS 19#define ENABLE_LOG_ERROR 20#define ENABLE_LOG_INFO 21#define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS 22#define ENABLE_SOFTWARE_AES128 23 --- 30 unchanged lines hidden --- |