Searched defs:GetAdapterProperty (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/rust/topshim/btif/ | ||
D | btif_shim.cc | 236 int BluetoothIntf::GetAdapterProperty(int prop) const { in GetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf |
/system/bt/gd/rust/topshim/src/ | ||
D | btif.rs | 119 fn GetAdapterProperty(&self, prop_type: i32) -> i32; in GetAdapterProperty() function |