InPlay API
ble_pub_key_t Struct Reference

P256 Public key data format. More...

#include <in_ble_gap.h>

Data Fields

uint8_t x [BLE_P256_KEY_LEN]
 X Coordinate of the key.
 
uint8_t y [BLE_P256_KEY_LEN]
 X Coordinate of the key.
 

Detailed Description

P256 Public key data format.