From 17f7bfba5cc86fd8d4d7a795a3d3b638cac19a1e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 31 Jan 2014 17:43:49 -0800 Subject: [PATCH] doc: Change the authentication parameter into key_type parameter --- doc/mgmt-api.txt | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 44f56fbb3..26736b911 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -706,7 +706,7 @@ Load Long Term Keys Command Key1 { Address (6 Octets) Address_Type (1 Octet) - Authenticated (1 Octet) + Key_Type (1 Octet) Master (1 Octet) Encryption_Size (1 Octet) Encryption_Diversifier (2 Octets) @@ -722,6 +722,11 @@ Load Long Term Keys Command again upon the receiption of new Long Term Key events since the kernel updates its list automatically. + Currently defined Key_Type values are: + + 0x00 Unauthenticated key + 0x01 Authenticated key + This command can be used when the controller is not powered. This command generates a Command Complete event on success or @@ -1578,7 +1583,7 @@ Event Parameters Store_Hint (1 Octet) Key { Address (6 Octets) Address_Type (1 Octet) - Authenticated (1 Octet) + Key_Type (1 Octet) Master (1 Octet) Encryption Size (1 Octet) Enc. Diversifier (2 Octets) @@ -1587,10 +1592,16 @@ Event Parameters Store_Hint (1 Octet) } This event indicates that a new long term key has bee generated - for a remote device. The Store_Hint parameter indicates whether - the host is expected to store the key persistently or not (e.g. - this would not be set if the authentication requirement was "No - Bonding"). + for a remote device. + + The Store_Hint parameter indicates whether the host is expected + to store the key persistently or not (e.g. this would not be set + if the authentication requirement was "No Bonding"). + + Currently defined Key_Type values are: + + 0x00 Unauthenticated key + 0x01 Authenticated key Device Connected Event -- 2.47.3