Home
last modified time | relevance | path

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

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