Diff between 066a873e7cf8d1e9c55a51735047a3c15b274d26 and 2cc971d37573ac70326d7902d4373c22f5bb356d

Changed Files

File Additions Deletions Status
doc/settings-storage.txt +6 -4 modified

Full Patch

diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index 3cf3739..b2fde52 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
 ================