OSDN Git Service

doc: Remove Connectable setting and do some visual cleanups
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Dec 2012 16:52:32 +0000 (08:52 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Dec 2012 16:54:01 +0000 (08:54 -0800)
doc/settings-storage.txt

index 3cf3739..b2fde52 100644 (file)
@@ -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
 ================