pub struct NameDiscoveryProcedureParameters {
pub scan_window: ScanWindow,
pub peer_address: PeerAddrType,
pub own_address_type: OwnAddressType,
pub conn_interval: ConnectionInterval,
pub expected_connection_length: ExpectedConnectionLength,
}
Expand description
Parameters for the GAP Name Discovery procedure.
Fields§
§scan_window: ScanWindow
Scanning window for the discovery procedure.
peer_address: PeerAddrType
Address of the connected device
own_address_type: OwnAddressType
Address type of this device.
conn_interval: ConnectionInterval
Connection interval parameters.
expected_connection_length: ExpectedConnectionLength
Expected connection length
Auto Trait Implementations§
impl Freeze for NameDiscoveryProcedureParameters
impl RefUnwindSafe for NameDiscoveryProcedureParameters
impl Send for NameDiscoveryProcedureParameters
impl Sync for NameDiscoveryProcedureParameters
impl Unpin for NameDiscoveryProcedureParameters
impl UnwindSafe for NameDiscoveryProcedureParameters
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