From a79e4238b05bd7f3b0cc8f0da7069d4318fd54b2 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 24 Apr 2019 11:37:58 +0300 Subject: [PATCH] doc/settings-storage: Document LastUsed Endpoints entry Document the use of LastUsed entry inside Endpoints group. --- doc/settings-storage.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt index 44b0b4961..f595f9817 100644 --- a/doc/settings-storage.txt +++ b/doc/settings-storage.txt @@ -169,7 +169,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: @@ -220,6 +222,9 @@ Sample Attributes section: followed by codec type and its capabilies as hexadecimal encoded string. + LastUsed: String LastUsed has one field which is the + endpoint ID as hexadecimal encoded + string. Info file format ================ -- 2.47.3