Home
last modified time | relevance | path

Searched refs:GetAdapterProperty (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.h47 int GetAdapterProperty(int prop_type) const;
H A Dbtif_shim.cc236 int BluetoothIntf::GetAdapterProperty(int prop) const { in GetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs119 fn GetAdapterProperty(&self, prop_type: i32) -> i32; in GetAdapterProperty() function
308 self.internal.GetAdapterProperty(prop_type) in get_adapter_property()