MCPcopy Create free account
hub / github.com/deviceplug/btleplug / device_info

Method device_info

src/bluez/peripheral.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 }
125
126 async fn device_info(&self) -> Result<DeviceInfo> {
127 Ok(self.session.get_device_info(&self.device).await?)
128 }
129}
130
131#[async_trait]

Callers 3

propertiesMethod · 0.80
is_connectedMethod · 0.80
read_rssiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected