nRF51 SDK v10.0.0
Data Fields
pm_link_status_t Struct Reference

Structure used to report the security status of a connection. More...

#include <peer_manager.h>

Data Fields

uint8_t connected: 1
 
uint8_t encrypted: 1
 
uint8_t mitm_protected: 1
 
uint8_t bonded: 1
 

Detailed Description

Structure used to report the security status of a connection.

Field Documentation

uint8_t pm_link_status_t::bonded

The peer is bonded with us.

uint8_t pm_link_status_t::connected

This connection is active.

uint8_t pm_link_status_t::encrypted

Communication on this link is/was encrypted.

uint8_t pm_link_status_t::mitm_protected

The encrypted communication is/was also protected against man-in-the-middle attacks.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.