nRF5 SDK v17.0.2
Data Fields
pm_conn_sec_status_t Struct Reference

Security status of a connection. More...

#include <peer_manager_types.h>

Data Fields

uint8_t connected: 1
 The connection is active (not disconnected).
 
uint8_t encrypted: 1
 The communication on this link is encrypted.
 
uint8_t mitm_protected: 1
 The encrypted communication is also protected against man-in-the-middle attacks.
 
uint8_t bonded: 1
 The peer is bonded.
 
uint8_t lesc: 1
 The peer is paired using LESC.
 
uint8_t reserved: 3
 Reserved for future use.
 

Detailed Description

Security status of a connection.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated