![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| void pm_conn_sec_config_reply | ( | uint16_t | conn_handle, |
| struct pm_conn_sec_config * | conn_sec_config ) |
#include <peer_manager.h>
Provide a security configuration for a link.
This function is optional, and must be called in reply to a PM_EVT_CONN_SEC_CONFIG_REQ event, before the Peer Manager event handler returns. If it is not called in time, a default configuration is used. See pm_conn_sec_config for the value of the default.
| [in] | conn_handle | The connection to set the configuration for. |
| [in] | conn_sec_config | The configuration. |