Struct stm32wb_hci::vendor::stm32wb::command::gap::DiscoveryProcedureParameters
source · 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: ScanWindowScanning window for the discovery procedure.
own_address_type: OwnAddressTypeAddress type of this device.
filter_duplicates: boolIf true, duplicate devices are filtered out.
Auto Trait Implementations§
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