From 2cc971d37573ac70326d7902d4373c22f5bb356d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 22 Dec 2012 08:52:32 -0800 Subject: [PATCH] doc: Remove Connectable setting and do some visual cleanups --- doc/settings-storage.txt | 10 ++++++---- 1 file 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 ================ -- 2.47.3