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

Oob data received from the remote device. This is used in R_BLE_GAP_SetRemOobData(). More...

Data Fields

uint8_t legacy_oob [BLE_GAP_LEGACY_OOB_SIZE]
 OOB data used in Legacy Pairing. More...
 
uint8_t sc_cnf_val [BLE_GAP_OOB_CONFIRM_VAL_SIZE]
 OOB confirmation value used in Secure Connections. More...
 
uint8_t sc_rand [BLE_GAP_OOB_RANDOM_VAL_SIZE]
 OOB rand used in Secure Connections. More...
 

Detailed Description

Oob data received from the remote device. This is used in R_BLE_GAP_SetRemOobData().

Field Documentation

◆ legacy_oob

uint8_t st_ble_gap_oob_data_t::legacy_oob[BLE_GAP_LEGACY_OOB_SIZE]

OOB data used in Legacy Pairing.

◆ sc_cnf_val

uint8_t st_ble_gap_oob_data_t::sc_cnf_val[BLE_GAP_OOB_CONFIRM_VAL_SIZE]

OOB confirmation value used in Secure Connections.

◆ sc_rand

uint8_t st_ble_gap_oob_data_t::sc_rand[BLE_GAP_OOB_RANDOM_VAL_SIZE]

OOB rand used in Secure Connections.