Home
last modified time | relevance | path

Searched refs:BLUETOOTH_DAEMON_CURRENT (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/
Dbtmanagerd_test.py14 BLUETOOTH_DAEMON_CURRENT = "/var/lib/misc/bluetooth-daemon.current" variable
33 with open(BLUETOOTH_DAEMON_CURRENT, "w") as f:
37 with open(BLUETOOTH_DAEMON_CURRENT, "w") as f:
91 with open(BLUETOOTH_DAEMON_CURRENT, "r") as f:
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dconfig_util.rs12 const BLUETOOTH_DAEMON_CURRENT: &str = "/var/lib/bluetooth/bluetooth-daemon.current"; constant
33 match std::fs::read(BLUETOOTH_DAEMON_CURRENT) { in is_floss_enabled()
47 BLUETOOTH_DAEMON_CURRENT, in write_floss_enabled()