From 9ad67264d97b882fa58391982ecb5b003368fef0 Mon Sep 17 00:00:00 2001 From: Yu Liu Date: Thu, 29 Apr 2021 11:15:38 -0700 Subject: [PATCH] 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 --- doc/mgmt-api.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3