Struct bluenrg::event::AttFindByTypeValueResponse[][src]

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

This event is generated in response to a Find By Type Value Request.

Fields

The connection handle related to the response.

Methods

impl AttFindByTypeValueResponse
[src]

Important traits for HandleInfoPairIterator<'a>

Returns an iterator over the Handles Information List as defined in Bluetooth Core v4.1 spec.

Trait Implementations

impl Copy for AttFindByTypeValueResponse
[src]

impl Clone for AttFindByTypeValueResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttFindByTypeValueResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations