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

Method name

src/winrtble/ble/device.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 }
109
110 pub fn name(&self) -> windows::core::Result<windows::core::HSTRING> {
111 self.device.Name()
112 }
113
114 pub async fn connect(&self) -> Result<()> {
115 if self.is_connected().await? {

Callers 5

connectMethod · 0.80
get_descriptor_valueFunction · 0.80
peripheral_debugFunction · 0.80
get_adapterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected