From: Marcel Holtmann Date: Sat, 22 Dec 2012 16:52:32 +0000 (-0800) Subject: doc: Remove Connectable setting and do some visual cleanups X-Git-Tag: android-x86-4.4-r3~9330 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2cc971d37573ac70326d7902d4373c22f5bb356d;p=android-x86%2Fexternal-bluetooth-bluez.git doc: Remove Connectable setting and do some visual cleanups --- 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 ================