diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 1d18e9d..1014314 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
Return Parameters:
+Load Long Term Keys Command
+===========================
+
+ Command Code: 0x0013
+ Controller Index: <controller id>
+ 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)
+ Value (16 Octets)
+ }
+ Key2 { }
+ ...
+
+
Remove Keys Command
===================
- Command Code: 0x0013
+ Command Code: 0x0014
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Disconnect (1 Octet)
Disconnect Command
==================
- Command Code: 0x0014
+ Command Code: 0x0015
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters: Address (6 Octets)
Get Connections Command
=======================
- Command Code: 0x0015
+ Command Code: 0x0016
Controller Index: <controller id>
Command Parameters:
Return Parameters: Connection_Count (2 Octets)
PIN Code Reply Command
=======================
- Command Code: 0x0016
+ Command Code: 0x0017
Controller Index: <controller id>
Command Parameters:
Return Parameters: Address (6 Octets)
PIN Code Negative Reply Command
===============================
- Command Code: 0x0017
+ Command Code: 0x0018
Controller Index: <controller id>
Command Parameters:
Return Parameters: Address (6 Octets)
Set IO Capability Command
=========================
- Command Code: 0x0018
+ Command Code: 0x0019
Controller Index: <controller id>
Command Parameters: IO_Capability (1 Octet)
Return Parameters:
Pair Device Command
===================
- Command Code: 0x0019
+ Command Code: 0x001A
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Address_Type (1 Octet)
==================
- Command Code: 0x001A
+ Command Code: 0x001B
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Address_Type (1 Octet)
User Confirmation Reply Command
===============================
- Command Code: 0x001B
+ Command Code: 0x001C
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters: Address (6 Octets)
User Confirmation Negative Reply Command
========================================
- Command Code: 0x001C
+ Command Code: 0x001D
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters: Address (6 Octets)
User Passkey Reply Command
==========================
- Command Code: 0x001D
+ Command Code: 0x001E
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Passkey (4 Octets)
User Passkey Negative Reply Command
===================================
- Command Code: 0x001E
+ Command Code: 0x001F
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters: Address (6 Octets)
Read Local Out Of Band Data Command
===================================
- Command Code: 0x001F
+ Command Code: 0x0020
Controller Index: <controller id>
Command Parameters:
Return Parameters: Hash (16 Octets)
Add Remote Out Of Band Data Command
===================================
- Command Code: 0x0020
+ Command Code: 0x0021
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Hash (16 Octets)
Remove Remote Out Of Band Data Command
========================================
- Command Code: 0x0021
+ Command Code: 0x0022
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters:
Start Discovery Command
=======================
- Command Code: 0x00022
+ Command Code: 0x00023
Controller Index: <controller id>
Command Parameters: Type (1 Octet)
Return Parameters:
Stop Discovery Command
======================
- Command Code: 0x00023
+ Command Code: 0x00024
Controller Index: <controller id>
Command Parameters:
Return Parameters:
Confirm Name Command
====================
- Command Code: 0x00024
+ Command Code: 0x00025
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Name_Known (1 Octet)
Block Device Command
====================
- Command Code: 0x00025
+ Command Code: 0x00026
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters:
Unblock Device Command
======================
- Command Code: 0x00026
+ Command Code: 0x00027
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Return Parameters:
-Load Long Term Keys Command
-===========================
-
- Command Code: 0x0027
- Controller Index: <controller id>
- 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)
- Value (16 Octets)
- }
- Key2 { }
- ...
-
-
Read Tracing Buffer Size Command
================================