Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs186 let allowed_services = Self::get_config_from_json(&json) in load_config()
194 fn get_config_from_json(json: &Value) -> Option<Vec<Uuid>> { in get_config_from_json() method
501 BluetoothAdmin::get_config_from_json(&json!({ in test_config()
512 BluetoothAdmin::get_config_from_json(&json!({ "allowed_services": a2dp_sink_str })) in test_config()