From eef32d40be8249f0551194f291c8933dca7c2b05 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 16 Feb 2014 12:10:28 -0800 Subject: [PATCH] doc: Mention the valid address types for BR/EDR link keys --- doc/mgmt-api.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 73c560692..697336092 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -677,6 +677,13 @@ Load Link Keys Command this parameter are 0x00 and 0x01. All other values will return an Invalid Parameters response. + Possible values for the Address_Type parameter: + 0 BR/EDR + 1 Reserved (not in use) + 2 Reserved (not in use) + + Public and random LE addresses are not valid and will be rejected. + Currently defined Key_Type values are: 0x00 Combination key @@ -1589,6 +1596,13 @@ Event Parametersa Store_Hint (1 Octet) to store the key persistently or not (e.g. this would not be set if the authentication requirement was "No Bonding"). + Possible values for the Address_Type parameter: + 0 BR/EDR + 1 Reserved (not in use) + 2 Reserved (not in use) + + Public and random LE addresses are not valid and will be rejected. + Currently defined Key_Type values are: 0x00 Combination key -- 2.47.3