Home
last modified time | relevance | path

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

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