Struct stm32wb_hci::vendor::stm32wb::command::gap::NameDiscoveryProcedureParameters
source · 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: ScanWindowScanning window for the discovery procedure.
peer_address: PeerAddrTypeAddress of the connected device
own_address_type: OwnAddressTypeAddress type of this device.
conn_interval: ConnectionIntervalConnection interval parameters.
expected_connection_length: ExpectedConnectionLengthExpected connection length
Auto Trait Implementations§
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