Struct bluenrg::event::L2CapConnectionUpdateResponse[][src]

pub struct L2CapConnectionUpdateResponse {
    pub conn_handle: ConnectionHandle,
    pub result: L2CapConnectionUpdateResult,
}

This event is generated when the central device responds to the L2CAP connection update request packet.

For more info see connection parameter update response and command reject in Bluetooth Core v4.0 spec.

Fields

The connection handle related to the event

The result of the update request, including details about the result.

Trait Implementations

impl Copy for L2CapConnectionUpdateResponse
[src]

impl Clone for L2CapConnectionUpdateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for L2CapConnectionUpdateResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations