Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.h46 int GetAdapterProperties() const;
H A Dbtif_shim.cc232 int BluetoothIntf::GetAdapterProperties() const { in GetAdapterProperties() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs118 fn GetAdapterProperties(&self) -> i32; in GetAdapterProperties() function
304 self.internal.GetAdapterProperties() in get_adapter_properties()