Struct bluenrg::event::AttExchangeMtuResponse[][src]

pub struct AttExchangeMtuResponse {
    pub conn_handle: ConnectionHandle,
    pub server_rx_mtu: usize,
}

This event is generated in response to an Exchange MTU request.

Fields

The connection handle related to the response.

Attribute server receive MTU size.

Trait Implementations

impl Copy for AttExchangeMtuResponse
[src]

impl Clone for AttExchangeMtuResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttExchangeMtuResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations