Bluetooth Host Stack Library
wiced_bt_dev_local_oob_t Struct Reference

Description

Local OOB data BTM_READ_LOCAL_OOB_DATA_COMPLETE_EVT.

Data Fields

wiced_result_t status
 Status.
 
wiced_bool_t is_extended_oob_data
 TRUE if extended OOB data.
 
BT_OCTET16 c_192
 Simple Pairing Hash C derived from the P-192 public key.
 
BT_OCTET16 r_192
 Simple Pairing Randomnizer R associated with the P-192 public key.
 
BT_OCTET16 c_256
 Simple Pairing Hash C derived from the P-256 public key (valid only if is_extended_oob_data=TRUE)
 
BT_OCTET16 r_256
 Simple Pairing Randomnizer R associated with the P-256 public key (valid only if is_extended_oob_data=TRUE)