#[repr(C)]pub struct ble_gap_data_length_limitation_t {
pub tx_payload_limited_octets: u16,
pub rx_payload_limited_octets: u16,
pub tx_rx_time_limited_us: u16,
}
Expand description
@brief Data Length Update Procedure local limitation.
Fields§
§tx_payload_limited_octets: u16
< If > 0, the requested TX packet length is too long by this many octets.
rx_payload_limited_octets: u16
< If > 0, the requested RX packet length is too long by this many octets.
tx_rx_time_limited_us: u16
< If > 0, the requested combination of TX and RX packet lengths is too long by this many microseconds.
Trait Implementations§
source§impl Clone for ble_gap_data_length_limitation_t
impl Clone for ble_gap_data_length_limitation_t
source§fn clone(&self) -> ble_gap_data_length_limitation_t
fn clone(&self) -> ble_gap_data_length_limitation_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