Diff between d12525e9414aeb73313b5829bbe03f78ad6845e3 and 0775af24327b038737b060ec081fde92b889e8fc

Changed Files

File Additions Deletions Status
doc/settings-storage.txt +12 -2 modified

Full Patch

diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index a43b7af..792c899 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -115,13 +115,23 @@ Sample:
 Cache directory file format
 ============================
 
-Each file, named by remote device address, contains one [General] group.
-This general group contains:
+Each file, named by remote device address, may includes multiple groups
+(General and ServiceRecords).
+
+In ServiceRecords, SDP records are stored using their handle as key
+(hexadecimal format).
+
+[General] group contains:
 
   Name		String		Remote device friendly name
 
   ShortName	String		Remote device shortened name
 
+[ServiceRecords] group contains
+
+  <0x...>	String		SDP record as hexadecimal encoded
+				string
+
 Info file format
 ================