Struct rustable::gatt::client::Service [−][src]
pub struct Service { /* fields omitted */ }
Used to interact with remote GATT services. Mostly used to get Characteristic
s.
Implementations
impl Service
[src]
impl Service
[src]pub fn uuid(&self) -> UUID
[src]
pub async fn get_characteristics(&self) -> Result<Vec<Characteristic>, Error>
[src]
pub async fn get_characteristic(
&self,
uuid: UUID
) -> Result<Characteristic, Error>
[src]
&self,
uuid: UUID
) -> Result<Characteristic, Error>