From e9982bcc927c2f4a0917a0e23a0172a54170cb62 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 24 Jun 2016 11:59:16 +0200 Subject: [PATCH] doc/mgmt-api: Add Authentication Failure code to Disconnected event This error code will be set if authentication (enabling encryption) failed with 'PIN or Key Missing' error. This will allow userspace to take actions (eg ask user for consent for rebonding) when remote device lost bond. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 8393bbf3d..9384f70ab 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3061,6 +3061,7 @@ Device Disconnected Event 1 Connection timeout 2 Connection terminated by local host 3 Connection terminated by remote host + 4 Connection terminated due to authentication failure Note that the local/remote distinction just determines which side terminated the low-level connection, regardless of the -- 2.47.3