Structure representing the BLE SMP (Security Manager Protocol) passkey.
This structure is used to define the parameters for a BLE SMP passkey, including the device address, reserved bytes for future use, and the passkey used for pairing.
Public Attributes#
uint8_t
Address of the device.
uint8_t
Reserved for future use (2 bytes)
uint32_t
Passkey used for pairing.