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

Method get_tx_power

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

Source from the content-addressed store, hash-verified

710 }
711
712 pub fn get_tx_power(&self) -> Result<jint> {
713 self.env
714 .call_method_unchecked(
715 self.internal,
716 self.get_tx_power,
717 JavaType::Primitive(Primitive::Int),
718 &[],
719 )?
720 .i()
721 }
722
723 pub fn get_rssi(&self) -> Result<jint> {
724 self.env

Callers 1

try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected