Struct bluetooth_hci::host::ConnectionUpdateParameters [−][src]
pub struct ConnectionUpdateParameters {
pub conn_handle: ConnectionHandle,
pub conn_interval: ConnectionInterval,
pub expected_connection_length: ExpectedConnectionLength,
}Parameters for the le_connection_update command.
See the Bluetooth spec, Vol 2, Part E, Section 7.8.18.
Fields
conn_handle: ConnectionHandle
Handle for identifying a connection.
conn_interval: ConnectionInterval
Defines the connection interval, latency, and supervision timeout.
expected_connection_length: ExpectedConnectionLength
Information parameters providing the Controller with a hint about the expected minimum and maximum length of the connection events.
Auto Trait Implementations
impl Send for ConnectionUpdateParameters
impl Send for ConnectionUpdateParametersimpl Sync for ConnectionUpdateParameters
impl Sync for ConnectionUpdateParameters