Trait rubble::gatt::characteristic::Characteristic[][src]

pub trait Characteristic {
    const PROPS: Properties;
    const UUID: AttUuid;
}

Associated Constants

The UUID assigned to the characteristic type.

Implementors