#[repr(C)]pub struct ble_gap_data_length_params_t {
pub max_tx_octets: u16,
pub max_rx_octets: u16,
pub max_tx_time_us: u16,
pub max_rx_time_us: u16,
}
Expand description
@brief Data Length Update Procedure parameters.
Fields§
§max_tx_octets: u16
< Maximum number of payload octets that a Controller supports for transmission of a single Link Layer Data Channel PDU.
max_rx_octets: u16
< Maximum number of payload octets that a Controller supports for reception of a single Link Layer Data Channel PDU.
max_tx_time_us: u16
< Maximum time, in microseconds, that a Controller supports for transmission of a single Link Layer Data Channel PDU.
max_rx_time_us: u16
< Maximum time, in microseconds, that a Controller supports for reception of a single Link Layer Data Channel PDU.
Trait Implementations§
source§impl Clone for ble_gap_data_length_params_t
impl Clone for ble_gap_data_length_params_t
source§fn clone(&self) -> ble_gap_data_length_params_t
fn clone(&self) -> ble_gap_data_length_params_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more