Home
last modified time | relevance | path

Searched defs:SetAdapterProperty (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc250 int BluetoothIntf::SetAdapterProperty(const BtProperty& prop) const { in SetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/service/
H A Dadapter.cc718 bool SetAdapterProperty(bt_property_type_t type, void* value, int length) { in SetAdapterProperty() function in bluetooth::AdapterImpl
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty() function