#[repr(C)]pub struct ble_gap_lesc_oob_data_t {
pub addr: ble_gap_addr_t,
pub r: [u8; 16],
pub c: [u8; 16],
}
Expand description
@brief GAP LE Secure Connections OOB data.
Fields§
§addr: ble_gap_addr_t
< Bluetooth address of the device.
r: [u8; 16]
< Random Number.
c: [u8; 16]
< Confirm Value.
Trait Implementations§
source§impl Clone for ble_gap_lesc_oob_data_t
impl Clone for ble_gap_lesc_oob_data_t
source§fn clone(&self) -> ble_gap_lesc_oob_data_t
fn clone(&self) -> ble_gap_lesc_oob_data_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more