Home
last modified time | relevance | path

Searched defs:GetAdapterProperty (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/rust/topshim/btif/
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