diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-03-09 15:17:07 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-03-09 15:17:07 -0700 |
commit | 209dcf6cf1fe0ad0a81d2804f27e38fa5599c91a (patch) | |
tree | d5678d0c020a43d11018118d8a5e6031434338f4 /doc/mgmt-api.txt | |
parent | 1040b482a10f1575cfa35a4890d0a5f068005eff (diff) | |
download | bluez-209dcf6cf1fe0ad0a81d2804f27e38fa5599c91a.tar.gz |
doc: List commands and events added to each management version
Diffstat (limited to 'doc/mgmt-api.txt')
-rw-r--r-- | doc/mgmt-api.txt | 13 |
1 files 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 ======= |