Home
last modified time | relevance | path

Searched refs:load_config_from_json (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs112 if let Some(_res) = self.load_config_from_json(&json) { in load_config()
118 fn load_config_from_json(&mut self, json: &Value) -> Option<bool> { in load_config_from_json() method
356 admin.load_config_from_json(&json!({ in test_config()
366 admin.load_config_from_json(&json!({ "allowed_services": a2dp_sink_str })), in test_config()