Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Used for MgmtLoadLinkKeyCmd and MgmtEvtNewLinkKey. More...
#include <MgmtTypes.hpp>
Public Member Functions | |
SMPLinkKey | toSMPLinkKeyInfo (const bool isResponder) const noexcept |
std::string | toString () const noexcept |
Public Attributes | |
EUI48 | address |
BDAddressType | address_type |
jau::uint128dp_t | key |
MgmtLinkKeyType | key_type |
uint8_t | pin_length |
Used for MgmtLoadLinkKeyCmd and MgmtEvtNewLinkKey.
Notable: No endian wise conversion shall occur on this data, since the encryption values are interpreted as a byte stream.
Definition at line 345 of file MgmtTypes.hpp.
|
inlinenoexcept |
Definition at line 345 of file MgmtTypes.hpp.
|
inlinenoexcept |
Definition at line 345 of file MgmtTypes.hpp.
EUI48 direct_bt::MgmtLinkKeyInfo::address |
Definition at line 345 of file MgmtTypes.hpp.
BDAddressType direct_bt::MgmtLinkKeyInfo::address_type |
Definition at line 345 of file MgmtTypes.hpp.
MgmtLinkKeyType direct_bt::MgmtLinkKeyInfo::key_type |
Definition at line 345 of file MgmtTypes.hpp.
jau::uint128dp_t direct_bt::MgmtLinkKeyInfo::key |
Definition at line 345 of file MgmtTypes.hpp.
uint8_t direct_bt::MgmtLinkKeyInfo::pin_length |
Definition at line 345 of file MgmtTypes.hpp.