#[repr(C)]pub struct bt_le_oob {
pub addr: bt_addr_le_t,
pub le_sc_data: bt_le_oob_sc_data,
}
Expand description
LE Out of Band information.
Fields§
§addr: bt_addr_le_t
LE address. If privacy is enabled this is a Resolvable Private Address.
le_sc_data: bt_le_oob_sc_data
LE Secure Connections pairing Out of Band data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_le_oob
impl RefUnwindSafe for bt_le_oob
impl Send for bt_le_oob
impl Sync for bt_le_oob
impl Unpin for bt_le_oob
impl UnwindSafe for bt_le_oob
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more