From b596325d258f1721f940b4a8116b036775a4c5f7 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 9 Sep 2020 17:54:44 +0200 Subject: [PATCH] da14585: enable le address resolution in some ports --- port/libusb/btstack_config.h | 1 + port/posix-h4-da14585/btstack_config.h | 1 + port/posix-h4-zephyr/btstack_config.h | 1 + port/posix-h4/btstack_config.h | 1 + port/windows-h4-da14585/btstack_config.h | 1 + port/windows-h4-zephyr/btstack_config.h | 1 + port/windows-h4/btstack_config.h | 1 + port/windows-winusb/btstack_config.h | 1 + 8 files changed, 8 insertions(+) diff --git a/port/libusb/btstack_config.h b/port/libusb/btstack_config.h index 1bc2c8e9f..3ae1861e1 100644 --- a/port/libusb/btstack_config.h +++ b/port/libusb/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_LE_DATA_CHANNELS #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_ATT_DELAYED_RESPONSE #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/posix-h4-da14585/btstack_config.h b/port/posix-h4-da14585/btstack_config.h index d5d685a86..220645c51 100644 --- a/port/posix-h4-da14585/btstack_config.h +++ b/port/posix-h4-da14585/btstack_config.h @@ -20,6 +20,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/posix-h4-zephyr/btstack_config.h b/port/posix-h4-zephyr/btstack_config.h index bde695a96..1e68859c9 100644 --- a/port/posix-h4-zephyr/btstack_config.h +++ b/port/posix-h4-zephyr/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI diff --git a/port/posix-h4/btstack_config.h b/port/posix-h4/btstack_config.h index 01de7d4f7..c6a365068 100644 --- a/port/posix-h4/btstack_config.h +++ b/port/posix-h4/btstack_config.h @@ -23,6 +23,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_ATT_DELAYED_RESPONSE #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/windows-h4-da14585/btstack_config.h b/port/windows-h4-da14585/btstack_config.h index 8172b88f4..ee87d1c53 100644 --- a/port/windows-h4-da14585/btstack_config.h +++ b/port/windows-h4-da14585/btstack_config.h @@ -20,6 +20,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/windows-h4-zephyr/btstack_config.h b/port/windows-h4-zephyr/btstack_config.h index 7743ad33f..e789243e4 100644 --- a/port/windows-h4-zephyr/btstack_config.h +++ b/port/windows-h4-zephyr/btstack_config.h @@ -19,6 +19,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO diff --git a/port/windows-h4/btstack_config.h b/port/windows-h4/btstack_config.h index 3ab5e0c73..844b0e670 100644 --- a/port/windows-h4/btstack_config.h +++ b/port/windows-h4/btstack_config.h @@ -22,6 +22,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI diff --git a/port/windows-winusb/btstack_config.h b/port/windows-winusb/btstack_config.h index 0ba18abc6..3334245b7 100644 --- a/port/windows-winusb/btstack_config.h +++ b/port/windows-winusb/btstack_config.h @@ -22,6 +22,7 @@ #define ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION +#define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI