the basic security attributes of a connection
More...
#include <bluetoe/pairing_status.hpp>
|
|
constexpr | connection_security_attributes () |
| | default: not encrypted, no key
|
| |
|
constexpr | connection_security_attributes (bool encrypted, device_pairing_status status) |
| | c'tor to initialize both members
|
| |
|
|
bool | is_encrypted |
| | true, if the connection is currently encrypted
|
| |
|
device_pairing_status | pairing_status |
| | method that was used to exchange the long term key that is used in the connection
|
| |
the basic security attributes of a connection
- See also
- device_pairing_status
The documentation for this struct was generated from the following file: