aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-12-30 15:03:57 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-30 15:06:16 +0200
commit6964bd2dd54d5cce7ce2588b0dcd0a3530e6fba9 (patch)
tree9010b09c62a4ff8a9793d646ea5beba76a621ba5 /doc
parent3e1b64c81d0ef4ae92b601114aa06d85c735d646 (diff)
downloadbluez-6964bd2dd54d5cce7ce2588b0dcd0a3530e6fba9.tar.gz
mgmt: Implement set_pairable
This patch implements support for the set_pairable managment command. Due to the async nature of it a new btd_adapter_pairable_changed function is added to the core daemon.
Diffstat (limited to 'doc')
-rw-r--r--doc/mgmt-api.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index ba429501..e785a5e1 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -107,6 +107,15 @@ Set Connectable Command
Connectable (1 Octet)
+Set Pairable Command
+====================
+
+ Command Code: 0x0008
+ Command Parameters: Controller_Index (2 Octets)
+ Pairable (1 Octet)
+ Return Paramters: Controller_Index (2 Octets)
+ Pairable (1 Octet)
+
Read Tracing Buffer Size Command
================================
@@ -216,3 +225,10 @@ Controller Connectable Event
Event Code 0x0008
Event Parameters Controller_Index (2 Octets)
Connectable (1 Octet)
+
+Controller Pairable Event
+=========================
+
+Event Code 0x0009
+Event Parameters Controller_Index (2 Octets)
+ Pairable (1 Octet)