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

Method get_address

src/droidplug/jni/objects.rs:603–614  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

601 }
602
603 pub fn get_address(&self) -> Result<JString<'a>> {
604 let obj = self
605 .env
606 .call_method_unchecked(
607 self.internal,
608 self.get_address,
609 JavaType::Object("Ljava/lang/String;".to_string()),
610 &[],
611 )?
612 .l()?;
613 Ok(obj.into())
614 }
615}
616
617pub struct JScanFilter<'a> {

Callers 1

try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected