Searched refs:BTMANAGERD_CONF (Results 1 – 2 of 2) sorted by relevance
15 const BTMANAGERD_CONF: &str = "/var/lib/bluetooth/btmanagerd.json"; constant57 std::fs::read_to_string(BTMANAGERD_CONF) in read_config()92 _ => std::fs::write(BTMANAGERD_CONF, "{}").is_ok(), in fix_config_file_format()94 _ => std::fs::write(BTMANAGERD_CONF, "{}").is_ok(), in fix_config_file_format()104 Some(s) => std::fs::write(BTMANAGERD_CONF, s).is_ok(), in modify_hci_n_enabled()151 Some(s) => std::fs::write(BTMANAGERD_CONF, s).is_ok(), in set_default_adapter()
17 BTMANAGERD_CONF = "/var/lib/bluetooth/btmanagerd.json" variable