ble_sm_public_key struct
| Parameter | Size (octets) | +------------------------------------+-------------------+ | (Code=0x0c) | 1 | | Public Key X | 32 | | Public Key Y | 32 |
Syntax
struct ble_sm_public_key
{
uint8_t x[32];
uint8_t y[32];
};
Fields