Searched defs:SetAdapterProperty (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/gd/rust/topshim/btif/ | ||
H A D | btif_shim.cc | 250 int BluetoothIntf::SetAdapterProperty(const BtProperty& prop) const { in SetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf |
/aosp12/system/bt/service/ | ||
H A D | adapter.cc | 718 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 D | btif.rs | 120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty() function |