BLE: Reintroduce refactored type identifier in privacy configuration structures.

pull/8904/head
Vincent Coubard 2018-12-03 17:04:38 +00:00
parent dc3ff6a5e0
commit 5abf2f08fa
1 changed files with 6 additions and 0 deletions

View File

@ -891,6 +891,9 @@ struct peripheral_privacy_configuration_t {
PERFORM_AUTHENTICATION_PROCEDURE PERFORM_AUTHENTICATION_PROCEDURE
}; };
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
typedef resolution_strategy_t ResolutionStrategy;
/** /**
* Connection strategy to use when a connection request contains a * Connection strategy to use when a connection request contains a
* private resolvable address. * private resolvable address.
@ -941,6 +944,9 @@ struct central_privay_configuration_t {
RESOLVE_AND_FILTER RESOLVE_AND_FILTER
}; };
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
typedef resolution_strategy_t ResolutionStrategy;
/** /**
* Resolution strategy applied to advertising packets received by the * Resolution strategy applied to advertising packets received by the
* local device. * local device.