Enum bluenrg::event::HandleUuidPairIterator[][src]

pub enum HandleUuidPairIterator<'a> {
    Format16(HandleUuid16PairIterator<'a>),
    Format128(HandleUuid128PairIterator<'a>),
}

Possible iterators over handle-UUID pairs that can be returnedby the ATT find information response. All pairs from the same event have the same format.

Variants

The event contains 16-bit UUIDs.

The event contains 128-bit UUIDs.

Auto Trait Implementations

impl<'a> Send for HandleUuidPairIterator<'a>

impl<'a> Sync for HandleUuidPairIterator<'a>