Struct bluenrg::event::AttFindInformationResponse[][src]

pub struct AttFindInformationResponse {
    pub conn_handle: ConnectionHandle,
    // some fields omitted
}

This event is generated in response to a Find Information Request. See Find Information Response in Bluetooth Core v4.0 spec.

Fields

The connection handle related to the response

Methods

impl AttFindInformationResponse
[src]

The Find Information Response shall have complete handle-UUID pairs. Such pairs shall not be split across response packets; this also implies that a handleUUID pair shall fit into a single response packet. The handle-UUID pairs shall be returned in ascending order of attribute handles.

Trait Implementations

impl Copy for AttFindInformationResponse
[src]

impl Clone for AttFindInformationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttFindInformationResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations