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

This structure notifies that OOB data for Secure Connections has been generated by R_BLE_GAP_CreateScOobData(). More...

Data Fields

uint8_t * p_sc_oob_conf
 Confirmation value(16 bytes) of OOB Data. More...
 
uint8_t * p_sc_oob_rand
 Rand(16bytes) of OOB Data. More...
 

Detailed Description

This structure notifies that OOB data for Secure Connections has been generated by R_BLE_GAP_CreateScOobData().

Field Documentation

◆ p_sc_oob_conf

uint8_t* st_ble_gap_sc_oob_data_evt_t::p_sc_oob_conf

Confirmation value(16 bytes) of OOB Data.

◆ p_sc_oob_rand

uint8_t* st_ble_gap_sc_oob_data_evt_t::p_sc_oob_rand

Rand(16bytes) of OOB Data.