#[repr(C)]pub struct bt_br_discovery_param {
pub length: u8,
pub limited: bool,
}
Expand description
BR/EDR discovery parameters
Fields§
§length: u8
Maximum length of the discovery in units of 1.28 seconds. Valid range is 0x01 - 0x30.
limited: bool
True if limited discovery procedure is to be used.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_br_discovery_param
impl RefUnwindSafe for bt_br_discovery_param
impl Send for bt_br_discovery_param
impl Sync for bt_br_discovery_param
impl Unpin for bt_br_discovery_param
impl UnwindSafe for bt_br_discovery_param
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