Struct bluenrg::event::GapProcedureComplete[][src]

pub struct GapProcedureComplete {
    pub procedure: GapProcedure,
    pub status: GapProcedureStatus,
}

This event is sent by the GAP to the upper layers when a procedure previously started has been terminated by the upper layer or has completed for any other reason

Fields

Type of procedure that completed

Status of the procedure

Trait Implementations

impl Copy for GapProcedureComplete
[src]

impl Clone for GapProcedureComplete
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GapProcedureComplete
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations