Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
properties
Method · 0.80
is_connected
Method · 0.80
read_rssi
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected