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

Method get_service_data

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

Source from the content-addressed store, hash-verified

944 }
945
946 pub fn get_service_data(&self) -> Result<JMap<'a, 'b>> {
947 let obj = self
948 .env
949 .call_method_unchecked(
950 self.internal,
951 self.get_service_data,
952 JavaType::Object("Ljava/util/Map;".to_string()),
953 &[],
954 )?
955 .l()?;
956 JMap::from_env(self.env, obj)
957 }
958
959 pub fn get_service_uuids(&self) -> Result<JList<'a, 'b>> {
960 let obj = self

Callers 1

try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected