summaryrefslogtreecommitdiff
path: root/doc/settings-storage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/settings-storage.txt')
-rw-r--r--doc/settings-storage.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index 3c637c352..26584f201 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -179,7 +179,7 @@ Cache directory file format
============================
Each file, named by remote device address, may includes multiple groups
-(General, ServiceRecords, Attributes, Endpoints).
+(General, ServiceRecords, Attributes, Endpoints, NameResolving).
In ServiceRecords, SDP records are stored using their handle as key
(hexadecimal format).
@@ -193,6 +193,9 @@ In "Endpoints" group A2DP remote endpoints are stored using the seid as key
an entry which key is set to "LastUsed" which represented the last endpoint
used.
+In "NameResolving", information regarding remote name resolving are stored to
+prevent wasting time resolving name for unresponsive devices.
+
[General] group contains:
Name String Remote device friendly name
@@ -247,6 +250,12 @@ Sample Attributes section:
local and remote seids as hexadecimal
encoded string.
+[NameResolving] group contains:
+
+ FailedTime Integer The last time we failed to complete name
+ resolving procedure, measured from an
+ arbitrary, fixed point in the past.
+
Info file format
================