summaryrefslogtreecommitdiff
path: root/doc/settings-storage.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-22 08:52:32 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-22 08:54:01 -0800
commit2cc971d37573ac70326d7902d4373c22f5bb356d (patch)
treef1820f194edf8ffd033128cb32671ef5f0fc2c70 /doc/settings-storage.txt
parent066a873e7cf8d1e9c55a51735047a3c15b274d26 (diff)
downloadbluez-2cc971d37573ac70326d7902d4373c22f5bb356d.tar.gz
doc: Remove Connectable setting and do some visual cleanups
Diffstat (limited to 'doc/settings-storage.txt')
-rw-r--r--doc/settings-storage.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index 3cf373985..b2fde527a 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -24,7 +24,7 @@ All files are in ini-file format.
Storage directory structure
===========================
-There is one directory per adapter, named by its bluetooth address, which
+There is one directory per adapter, named by its Bluetooth address, which
contains:
- a settings file for the local adapter
- an attributes file containing attributes of supported LE services
@@ -55,6 +55,7 @@ So the directory structure is:
./attributes
...
+
Settings file format
====================
@@ -65,8 +66,6 @@ Settings file contains one [General] group with adapter info like:
Discoverable Boolean Discoverability of the adapter
- Connectable Boolean Connectability of the adapter
-
Pairable Boolean Can the adapter accept pairing
request ?
@@ -86,10 +85,10 @@ Sample:
[General]
Name=My PC
Discoverable=false
- Connectable=true
Pairable=true
DiscoverableTimeout=0
+
Attributes file format
======================
@@ -120,6 +119,7 @@ Sample:
UUID=00002a00-0000-1000-8000-00805f9b34fb
Value=4578616D706C6520446576696365
+
CCC file format
======================
@@ -134,6 +134,7 @@ Each group contains:
Value String CCC descriptor value encoded in
hexadecimal
+
Cache directory file format
============================
@@ -154,6 +155,7 @@ In ServiceRecords, SDP records are stored using their handle as key
<0x...> String SDP record as hexadecimal encoded
string
+
Info file format
================