Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_vs_get_rand_comp_evt_t Struct Reference

This structure notifies that random number has been generated. More...

Data Fields

uint8_t rand_size
 Length of random number. More...
 
uint8_t * p_rand
 Random number. More...
 

Detailed Description

This structure notifies that random number has been generated.

Field Documentation

◆ rand_size

uint8_t st_ble_vs_get_rand_comp_evt_t::rand_size

Length of random number.

◆ p_rand

uint8_t* st_ble_vs_get_rand_comp_evt_t::p_rand

Random number.