pub struct ObservationProcedureParameters {
pub scan_window: ScanWindow,
pub scan_type: ScanType,
pub own_address_type: AddressType,
pub filter_duplicates: bool,
pub filter_policy: ScanFilterPolicy,
}Expand description
Parameters for the GAP Start Observation Procedure command.
Fields§
§scan_window: ScanWindowScanning window.
scan_type: ScanTypeActive or passive scanning
own_address_type: AddressTypeAddress type of this device.
filter_duplicates: boolIf true, do not report duplicate events in the advertising report.
filter_policy: ScanFilterPolicyScanning filter policy
Auto Trait Implementations§
impl Freeze for ObservationProcedureParameters
impl RefUnwindSafe for ObservationProcedureParameters
impl Send for ObservationProcedureParameters
impl Sync for ObservationProcedureParameters
impl Unpin for ObservationProcedureParameters
impl UnwindSafe for ObservationProcedureParameters
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