doc/settings-storage: Document LastUsed Endpoints entry
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 24 Apr 2019 08:37:58 +0000 (11:37 +0300)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:47 +0000 (14:27 +0530)
Document the use of LastUsed entry inside Endpoints group.

Change-Id: I8f6dbc064b34a81914d13e6c820902c32da93368
Signed-off-by: himanshu <h.himanshu@samsung.com>
doc/settings-storage.txt

index 5cfed46..1f3b559 100755 (executable)
@@ -179,7 +179,9 @@ In "Attributes" group GATT database is stored using attribute handle as key
 all data required to re-create given attribute. ":" is used to separate fields.
 
 In "Endpoints" group A2DP remote endpoints are stored using the seid as key
-(hexadecimal format) and ":" is used to separate fields.
+(hexadecimal format) and ":" is used to separate fields. It may also contain
+an entry which key is set to "LastUsed" which represented the last endpoint
+used.
 
 [General] group contains:
 
@@ -230,6 +232,9 @@ Sample Attributes section:
                                        followed by codec type and its
                                        capabilies as hexadecimal encoded
                                        string.
+       LastUsed:<xx>           String  LastUsed has one field which is the
+                                       endpoint ID as hexadecimal encoded
+                                       string.
 
 Info file format
 ================