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

Commit f1c3c276 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Move Floss daemon selection file

Move location of bluetooth-daemon.current to /var/lib/bluetooth. This
simplifies folder creation and sepolicy management.

Bug: 204928178
Tag: #floss
Test: Update ChromeOS scripts and verify correct value is picked up.
Change-Id: Ib1ee3163096472bd051a761ccc5759a8e5d33f13
parent 8e3dbd16
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";