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

Method read_remote_rssi

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

Source from the content-addressed store, hash-verified

350 }
351
352 pub fn read_remote_rssi(&self) -> Result<JObject<'a>> {
353 self.env
354 .call_method_unchecked(
355 self.internal,
356 self.read_remote_rssi,
357 JavaType::Object("Lio/github/gedgygedgy/rust/future/Future;".to_string()),
358 &[],
359 )?
360 .l()
361 }
362
363 pub fn request_connection_priority(&self, priority: jint) -> Result<bool> {
364 self.env

Callers 1

read_rssiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected