Searched defs:SetAdapterProperty (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/rust/topshim/btif/ | ||
D | btif_shim.cc | 250 int BluetoothIntf::SetAdapterProperty(const BtProperty& prop) const { in SetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf |
/system/bt/service/ | ||
D | adapter.cc | 718 bool SetAdapterProperty(bt_property_type_t type, void* value, int length) { in SetAdapterProperty() function in bluetooth::AdapterImpl |
/system/bt/gd/rust/topshim/src/ | ||
D | btif.rs | 120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty() function |