mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7687 from paul-szczepanek-arm/fix-default-privacy
BLE: set correct default privacy configuration for centralspull/7705/head
commit
546dafbadc
|
|
@ -79,7 +79,7 @@ const Gap::PeripheralPrivacyConfiguration_t Gap::default_peripheral_privacy_conf
|
||||||
|
|
||||||
const Gap::CentralPrivacyConfiguration_t Gap::default_central_privacy_configuration = {
|
const Gap::CentralPrivacyConfiguration_t Gap::default_central_privacy_configuration = {
|
||||||
/* use_non_resolvable_random_address */ false,
|
/* use_non_resolvable_random_address */ false,
|
||||||
/* resolution_strategy */ CentralPrivacyConfiguration_t::DO_NOT_RESOLVE
|
/* resolution_strategy */ CentralPrivacyConfiguration_t::RESOLVE_AND_FORWARD
|
||||||
};
|
};
|
||||||
|
|
||||||
void Gap::processConnectionEvent(
|
void Gap::processConnectionEvent(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue