For restoring the device from storage we need to have the Address type
of the device, the LTK is a good place for this.
In some cases, we may be notified of keys that were generated in the
Host, that key key would be used when the Host is the slave role in
a later connection, we should be able to differentiate this type of
key because it doesn't mean that we have a bonding with the Remote
Device.
---
doc/mgmt-api.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 3e188c2..8fe7c94 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -477,7 +477,9 @@ Load Long Term Keys Command
Command Parameters: Key Count (2 Octets)
Key1 {
Address (6 Octets)
+ Type (1 Octet)
Authenticated (1 Octet)
+ Master (1 Octet)
Encryption Size (1 Octet)
Enc. Diversifier (2 Octets)
Random Number (8 Octets)@@ -758,7 +760,9 @@ Controller Index <controller id>
Event Parameters Store Hint (1 Octet)
Key {
Address (6 Octets)
+ Type (1 Octet)
Authenticated (1 Octet)
+ Master (1 Octet)
Encryption Size (1 Octet)
Enc. Diversifier (2 Octets)
Random Number (8 Octets)--
1.7.8.1