Enum bluenrg::event::AttRequest[][src]

#[repr(u8)]
pub enum AttRequest { ErrorResponse, ExchangeMtuRequest, ExchangeMtuResponse, FindInformationRequest, FindInformationResponse, FindByTypeValueRequest, FindByTypeValueResponse, ReadByTypeRequest, ReadByTypeResponse, ReadRequest, ReadResponse, ReadBlobRequest, ReadBlobResponse, ReadMultipleRequest, ReadMultipleResponse, ReadByGroupTypeRequest, ReadByGroupTypeResponse, WriteRequest, WriteResponse, WriteCommand, SignedWriteCommand, PrepareWriteRequest, PrepareWriteResponse, ExecuteWriteRequest, ExecuteWriteResponse, HandleValueNotification, HandleValueIndication, HandleValueConfirmation, }

Possible ATT requests. See Table 3.37 in the Bluetooth Core Spec v4.1, Vol 3, Part F, Section 3.4.8.

Variants

Section 3.4.1.1

Section 3.4.2.1

Section 3.4.2.2

Section 3.4.3.1

Section 3.4.3.2

Section 3.4.3.3

Section 3.4.3.4

Section 3.4.4.1

Section 3.4.4.2

Section 3.4.4.3

Section 3.4.4.4

Section 3.4.4.5

Section 3.4.4.6

Section 3.4.4.7

Section 3.4.4.8

Section 3.4.4.9

Section 3.4.4.10

Section 3.4.5.1

Section 3.4.5.2

Section 3.4.5.3

Section 3.4.5.4

Section 3.4.6.1

Section 3.4.6.2

Section 3.4.6.3

Section 3.4.6.4

Section 3.4.7.1

Section 3.4.7.2

Section 3.4.7.3

Trait Implementations

impl Copy for AttRequest
[src]

impl Clone for AttRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttRequest
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AttRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl TryFrom<u8> for AttRequest
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

Auto Trait Implementations

impl Send for AttRequest

impl Sync for AttRequest