Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
SMP Signature Resolving Key, used for platform agnostic persistence. More...
#include <SMPTypes.hpp>
Public Types | |
enum class | Property : uint8_t { NONE = 0x00 RESPONDER = 0x01 , AUTH = 0x02 } |
Public Member Functions | |
void | clear () noexcept |
bool | isResponder () const noexcept |
std::string | toString () const noexcept |
Static Public Member Functions | |
static std::string | getPropertyString (const Property mask) noexcept |
static constexpr uint8_t | number (const Property rhs) noexcept |
Public Attributes | |
jau::uint128dp_t | csrk |
Connection Signature Resolving Key (CSRK) More... | |
Property | properties |
SMPSignatureResolvingKey::Property bit mask. More... | |
SMP Signature Resolving Key, used for platform agnostic persistence.
One way for ATT Signed Write.
Notable: No endian wise conversion shall occur on this data, since the encryption values are interpreted as little-endian or as a byte stream.
Byte layout must be synchronized with java org.tinyb.SMPSignatureResolvingKey
Definition at line 712 of file SMPTypes.hpp.
|
strong |
Enumerator | |
---|---|
NONE | No specific property. |
AUTH | Authentication used. |
Definition at line 712 of file SMPTypes.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 712 of file SMPTypes.hpp.
|
staticnoexcept |
Definition at line 326 of file SMPTypes.cpp.
|
noexcept |
Definition at line 334 of file SMPTypes.cpp.
|
inlinenoexcept |
Definition at line 712 of file SMPTypes.hpp.
|
inlinenoexcept |
Property direct_bt::SMPSignatureResolvingKey::properties |
SMPSignatureResolvingKey::Property bit mask.
Definition at line 712 of file SMPTypes.hpp.
jau::uint128dp_t direct_bt::SMPSignatureResolvingKey::csrk |
Connection Signature Resolving Key (CSRK)
Definition at line 712 of file SMPTypes.hpp.