aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gd/rust/linux/mgmt/src/bin/btmanagerd/config_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gd/rust/linux/mgmt/src/bin/btmanagerd/config_util.rs b/gd/rust/linux/mgmt/src/bin/btmanagerd/config_util.rs
index d29e782e1..26c997b64 100644
--- a/gd/rust/linux/mgmt/src/bin/btmanagerd/config_util.rs
+++ b/gd/rust/linux/mgmt/src/bin/btmanagerd/config_util.rs
@@ -5,7 +5,7 @@ use serde_json::{Map, Value};
pub const HCI_DEVICES_DIR: &str = "/sys/class/bluetooth";
// File to store the Bluetooth daemon to use (bluez or floss)
-const BLUETOOTH_DAEMON_CURRENT: &str = "/var/lib/misc/bluetooth-daemon.current";
+const BLUETOOTH_DAEMON_CURRENT: &str = "/var/lib/bluetooth/bluetooth-daemon.current";
// File to store the config for BluetoothManager
const BTMANAGERD_CONF: &str = "/var/lib/bluetooth/btmanagerd.json";