Diff between 1040b482a10f1575cfa35a4890d0a5f068005eff and 209dcf6cf1fe0ad0a81d2804f27e38fa5599c91a

Changed Files

File Additions Deletions Status
doc/mgmt-api.txt +11 -2 modified

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index b289f58..78f0bd2 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -11,8 +11,8 @@ This document describes the format of data used for communicating with
 the kernel using a so-called Bluetooth Management sockets. These sockets
 are available starting with Linux kernel version 3.4
 
-The following kernel versions introduced new commands to the Bluetooth
-Management API:
+The following kernel versions introduced new commands, new events or
+important fixes to the Bluetooth Management API:
 
 Linux kernel v3.4	Version 1.0
 Linux kernel v3.5	Version 1.1
@@ -20,6 +20,15 @@ Linux kernel v3.7	Version 1.2
 Linux kernel v3.9	Version 1.3
 Linux kernel v3.13	Version 1.4
 
+Version 1.1 introduces Set Device ID command.
+
+Version 1.2 introduces Passkey Notify event.
+
+Version 1.3 does not introduce any new command or event.
+
+Version 1.4 introduces Set Advertising, Set BR/EDR, Set Static Address
+and Set Scan Parameters commands.
+
 
 Example
 =======