Home
last modified time | relevance | path

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

/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc266 int BluetoothIntf::SetRemoteDeviceProperty(const RustRawAddress& address, const BtProperty& prop) c… in SetRemoteDeviceProperty() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/gd/rust/topshim/src/
Dbtif.rs124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty() function