![]() |
Mbed OS Reference
|
Type that describes link's encryption state. More...
#include <BLETypes.h>
Public Types | |
| enum | type { NOT_ENCRYPTED , ENCRYPTION_IN_PROGRESS , ENCRYPTED , ENCRYPTED_WITH_MITM , ENCRYPTED_WITH_SC_AND_MITM } |
| struct scoped enum wrapped by the class More... | |
| typedef uint8_t | representation_t |
| Type of the representation. | |
Public Member Functions | |
| link_encryption_t (type value) | |
| Construct a new instance of link_encryption_t. | |
| uint8_t | value () const |
| Explicit access to the inner value of the SafeEnum instance. | |
| const uint8_t * | storage () const |
| Return a pointer to the inner storage. | |
Type that describes link's encryption state.
Definition at line 172 of file common/BLETypes.h.
|
inherited |
Type of the representation.
Definition at line 115 of file common/SafeEnum.h.
| enum type |
struct scoped enum wrapped by the class
Definition at line 174 of file common/BLETypes.h.
| link_encryption_t | ( | type | value | ) |
Construct a new instance of link_encryption_t.
Definition at line 185 of file common/BLETypes.h.
|
inherited |
Explicit access to the inner value of the SafeEnum instance.
Definition at line 204 of file common/SafeEnum.h.
|
inherited |
Return a pointer to the inner storage.
Definition at line 211 of file common/SafeEnum.h.