doc: Update Settings-storage for SDP records

SDP records shouls be saved in device file located in cache
directory, as we cannot guarantee that this info is available
always and profiles should work even if the info is not there.
This commit is contained in:
Frédéric Danis 2012-12-13 21:39:22 +01:00 committed by Johan Hedberg
parent d12525e941
commit 0775af2432

View File

@ -115,13 +115,23 @@ Sample:
Cache directory file format
============================
Each file, named by remote device address, contains one [General] group.
This general group contains:
Each file, named by remote device address, may includes multiple groups
(General and ServiceRecords).
In ServiceRecords, SDP records are stored using their handle as key
(hexadecimal format).
[General] group contains:
Name String Remote device friendly name
ShortName String Remote device shortened name
[ServiceRecords] group contains
<0x...> String SDP record as hexadecimal encoded
string
Info file format
================