nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ pm_conn_sec_config_reply()

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.

Parameters
[in]conn_handleThe connection to set the configuration for.
[in]conn_sec_configThe configuration.