From bc2e9b815bcc77d2e80d81e6a31908e3b4883f42 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Dec 2012 08:47:00 -0800 Subject: [PATCH] doc: Storage documentation is for developers and nobody else --- doc/settings-storage.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt index bc6070993..3cf373985 100644 --- a/doc/settings-storage.txt +++ b/doc/settings-storage.txt @@ -4,19 +4,23 @@ BlueZ settings storage Purpose ======= -The purpose of this document is to describe the directory structure of BlueZ -settings storage. In effect, this document will serve as the primary, up to -date source of BlueZ storage information. It is intended for developers, -managers and users needing to understand the storage directory. +The purpose of this document is to describe the directory structure of +BlueZ settings storage. In effect, this document will serve as the primary, +up to date source of BlueZ storage information. + +It is intended as reference for developers. Direct access to the storage +outside from bluetoothd is highly discouraged. Adapter and remote device info are read form the storage during object -initialization. -Write to storage is performed immediately on every value change. +initialization. Write to storage is performed immediately on every value +change. -Default storage directory is /var/lib/bluetooth. +Default storage directory is /var/lib/bluetooth. This can be adjusted +by the --localstatedir configure switch. Default is --localstatedir=/var. All files are in ini-file format. + Storage directory structure =========================== -- 2.11.0