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: ScanWindow
Scanning window.
scan_type: ScanType
Active or passive scanning
own_address_type: AddressType
Address type of this device.
filter_duplicates: bool
If true, do not report duplicate events in the advertising report.
filter_policy: ScanFilterPolicy
Scanning 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