From bee9046d05531d822c6a779accf72e22e2c6f6d3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 30 Oct 2016 17:40:20 +0200 Subject: [PATCH] doc: Add definition of a new addresses file Currently bluetoothd doesn't support single-mode adapters without a public address. This patch defines a new 'addresses' file that will be used for managing generated static random addresses. --- doc/settings-storage.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt index 6a708b45f..160bbb246 100644 --- a/doc/settings-storage.txt +++ b/doc/settings-storage.txt @@ -24,8 +24,16 @@ All files are in ini-file format. Storage directory structure =========================== -There is one directory per adapter, named by its Bluetooth address, which -contains: +The storage root directory contains an optional addresses file that's +used for managing adapters that come without a pre-allocated address. +The format of the addresses file is: + + [Static] + = + +Each adapter with an assigned address has its own subdirectory under the +root, named based on the address, which contains: + - a settings file for the local adapter - an attributes file containing attributes of supported LE services - a cache directory containing: -- 2.47.3