trouble-host

Crates

git

Versions

default

Flavors

Trait AttributeHandle

Source
pub trait AttributeHandle {
    type Value: AsGatt;

    // Required method
    fn handle(&self) -> u16;
}
Expand description

A type which holds a handle to an attribute in the attribute table

Required Associated Types§

Source

type Value: AsGatt

The data type which the attribute contains

Required Methods§

Source

fn handle(&self) -> u16

Returns the attribute’s handle

Implementors§