![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Security status of a connection. More...
#include <bm/bluetooth/peer_manager/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. | |
Security status of a connection.