File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
features/FEATURE_BLE/ble/gap Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -891,6 +891,9 @@ struct peripheral_privacy_configuration_t {
891
891
PERFORM_AUTHENTICATION_PROCEDURE
892
892
};
893
893
894
+ MBED_DEPRECATED_SINCE (" mbed-os-5.11" , " Use resolution_strategy_t instead." )
895
+ typedef resolution_strategy_t ResolutionStrategy;
896
+
894
897
/* *
895
898
* Connection strategy to use when a connection request contains a
896
899
* private resolvable address.
@@ -941,6 +944,9 @@ struct central_privay_configuration_t {
941
944
RESOLVE_AND_FILTER
942
945
};
943
946
947
+ MBED_DEPRECATED_SINCE (" mbed-os-5.11" , " Use resolution_strategy_t instead." )
948
+ typedef resolution_strategy_t ResolutionStrategy;
949
+
944
950
/* *
945
951
* Resolution strategy applied to advertising packets received by the
946
952
* local device.
You can’t perform that action at this time.
0 commit comments