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

Commit eec804e5 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 am: 488f94a8

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

Change-Id: I2e4019bc4e48f05dfb0b29ad0e4ffff3c64151a9
parents 8257e053 488f94a8
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";