pub struct DiscoveryProcedureParameters {
pub scan_window: ScanWindow,
pub own_address_type: OwnAddressType,
pub filter_duplicates: bool,
}
Expand description
Parameters for the GAP Limited Discovery and GAP General Discovery procedures.
Fields§
§scan_window: ScanWindow
Scanning window for the discovery procedure.
own_address_type: OwnAddressType
Address type of this device.
filter_duplicates: bool
If true, duplicate devices are filtered out.
Auto Trait Implementations§
impl Freeze for DiscoveryProcedureParameters
impl RefUnwindSafe for DiscoveryProcedureParameters
impl Send for DiscoveryProcedureParameters
impl Sync for DiscoveryProcedureParameters
impl Unpin for DiscoveryProcedureParameters
impl UnwindSafe for DiscoveryProcedureParameters
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