pub struct ConnectionParameterUpdateRequest {
pub conn_handle: ConnectionHandle,
pub conn_interval: ConnectionInterval,
}
Expand description
Parameters for the
connection_parameter_update_request
command.
Fields§
§conn_handle: ConnectionHandle
Connection handle of the link which the connection parameter update request has to be sent.
conn_interval: ConnectionInterval
Defines the range of the connection interval.
Auto Trait Implementations§
impl Freeze for ConnectionParameterUpdateRequest
impl RefUnwindSafe for ConnectionParameterUpdateRequest
impl Send for ConnectionParameterUpdateRequest
impl Sync for ConnectionParameterUpdateRequest
impl Unpin for ConnectionParameterUpdateRequest
impl UnwindSafe for ConnectionParameterUpdateRequest
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