From 209dcf6cf1fe0ad0a81d2804f27e38fa5599c91a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Mar 2014 15:17:07 -0700 Subject: [PATCH] doc: List commands and events added to each management version --- doc/mgmt-api.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index b289f58cc..78f0bd279 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 ======= -- 2.47.3