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: ConnectionHandle
Handle of the connection for which the update procedure has to be started.
conn_interval: ConnectionInterval
Updated connection interval for the connection.
expected_connection_length: ExpectedConnectionLength
Expected length of connection event needed for this connection.
Auto Trait Implementations§
impl Freeze for ConnectionUpdateParameters
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