Searched refs:SetAdapterProperty (Results 1 – 4 of 4) sorted by relevance
48 int SetAdapterProperty(const BtProperty& prop) const;
250 int BluetoothIntf::SetAdapterProperty(const BtProperty& prop) const { in SetAdapterProperty() function in bluetooth::topshim::rust::BluetoothIntf
120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty() function312 self.internal.SetAdapterProperty(prop) in set_adapter_property()
302 if (!SetAdapterProperty(BT_PROPERTY_BDNAME, &hal_name, sizeof(hal_name))) { in SetName()325 if (!SetAdapterProperty(BT_PROPERTY_ADAPTER_SCAN_MODE, &bd_scanmode, in SetScanMode()718 bool SetAdapterProperty(bt_property_type_t type, void* value, int length) { in SetAdapterProperty() function in bluetooth::AdapterImpl