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

Method address

src/winrtble/peripheral.rs:362–364  ·  view source on GitHub ↗

Returns the address of the peripheral.

(&self)

Source from the content-addressed store, hash-verified

360
361 /// Returns the address of the peripheral.
362 fn address(&self) -> BDAddr {
363 self.shared.address
364 }
365
366 /// Returns the currently negotiated mtu size
367 fn mtu(&self) -> u16 {

Callers 1

derive_propertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected