![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
Oob data received from the remote device. This is used in R_BLE_GAP_SetRemOobData().
uint8_t st_ble_gap_oob_data_t::legacy_oob[BLE_GAP_LEGACY_OOB_SIZE] |
OOB data used in Legacy Pairing.
uint8_t st_ble_gap_oob_data_t::sc_cnf_val[BLE_GAP_OOB_CONFIRM_VAL_SIZE] |
OOB confirmation value used in Secure Connections.
uint8_t st_ble_gap_oob_data_t::sc_rand[BLE_GAP_OOB_RANDOM_VAL_SIZE] |
OOB rand used in Secure Connections.