Struct bluenrg::event::L2CapProcedureTimeout[][src]

pub struct L2CapProcedureTimeout {
    pub conn_handle: ConnectionHandle,
}

This event is generated when the central device does not respond to the connection update request within 30 seconds.

Fields

The connection handle related to the event.

Trait Implementations

impl Copy for L2CapProcedureTimeout
[src]

impl Clone for L2CapProcedureTimeout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for L2CapProcedureTimeout
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations