summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYu Liu <yudiliu@google.com>2021-04-29 11:15:38 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-05 14:59:18 -0700
commit9ad67264d97b882fa58391982ecb5b003368fef0 (patch)
treebc8470f83d8dc6b091b36699ec0c707a5988b013 /doc
parent6a4248bebc78895903bac5fba2c2970ead1c029d (diff)
downloadbluez-9ad67264d97b882fa58391982ecb5b003368fef0.tar.gz
doc/mgmt-api - Add a new error code for HCI status 0x3e
We want to retry the pairing when HCI status 0x3e (Connection failed to established/Synchronization timeout) is returned from the controller. This is to add a new MGMT error code so that we can catch this 0x3e failure and issue a retry in the user space. Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/mgmt-api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 5355fedb0..f7cbf7ab2 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -200,6 +200,7 @@ and Command Complete events:
0x12 RFKilled
0x13 Already Paired
0x14 Permission Denied
+0x15 Connection Not Established
As a general rule all commands generate the events as specified below,
however invalid lengths or unknown commands will always generate a
@@ -1112,6 +1113,7 @@ Pair Device Command
Not Powered
Invalid Index
Already Paired
+ Connection Not Established
Cancel Pair Device Command