Struct stm32wb_hci::vendor::stm32wb::command::gap::ConnectionUpdateParameters
source · pub struct ConnectionUpdateParameters {
pub conn_handle: ConnectionHandle,
pub conn_interval: ConnectionInterval,
pub expected_connection_length: ExpectedConnectionLength,
}Expand description
Parameters for the start_connection_update
command.
Fields§
§conn_handle: ConnectionHandleHandle of the connection for which the update procedure has to be started.
conn_interval: ConnectionIntervalUpdated connection interval for the connection.
expected_connection_length: ExpectedConnectionLengthExpected length of connection event needed for this connection.
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionUpdateParameters
impl Send for ConnectionUpdateParameters
impl Sync for ConnectionUpdateParameters
impl Unpin for ConnectionUpdateParameters
impl UnwindSafe for ConnectionUpdateParameters
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