![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool pm_sec_is_sufficient | ( | uint16_t | conn_handle, |
| struct pm_conn_sec_status * | sec_status_req ) |
#include <peer_manager.h>
Compare the security status of a connection against a baseline.
| [in] | conn_handle | Connection handle of the link as provided by the SoftDevice. |
| [out] | sec_status_req | Target baseline security status to compare against. |
| true | If the security status of the connection matches or exceeds the baseline on all points. |
| false | If the security status of the connection does not fulfill the baseline, or could not be retrieved. |