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
pub trait AttributeHandle {
type Value: AsGatt;
// Required method
fn handle(&self) -> u16;
}
A type which holds a handle to an attribute in the attribute table