From 34d985a4ac17a7a5ca5a789551a00ed08c102183 Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Fri, 3 Aug 2018 09:54:46 +0100 Subject: [PATCH] set correct default privacy configuration for centrals --- features/FEATURE_BLE/source/Gap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/source/Gap.cpp b/features/FEATURE_BLE/source/Gap.cpp index 0ce6ebd62e..5da3f8fe83 100644 --- a/features/FEATURE_BLE/source/Gap.cpp +++ b/features/FEATURE_BLE/source/Gap.cpp @@ -79,7 +79,7 @@ const Gap::PeripheralPrivacyConfiguration_t Gap::default_peripheral_privacy_conf const Gap::CentralPrivacyConfiguration_t Gap::default_central_privacy_configuration = { /* use_non_resolvable_random_address */ false, - /* resolution_strategy */ CentralPrivacyConfiguration_t::DO_NOT_RESOLVE + /* resolution_strategy */ CentralPrivacyConfiguration_t::RESOLVE_AND_FORWARD }; void Gap::processConnectionEvent(