Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cf57845 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: Move Floss daemon selection file" am: 4a97636f am: b4c8c334...

Merge "floss: Move Floss daemon selection file" am: 4a97636f am: b4c8c334 am: 488f94a8 am: eec804e5 am: 05f0ffb7

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1880194

Change-Id: I190ee39db1480627570a23e0ac62bf704c0a7622
parents 045ec6f1 05f0ffb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";