From 0757f9a3e169d59ac01c6d603ad8f4701b9888f7 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Wed, 15 May 2024 12:39:48 +0200 Subject: [PATCH] add potential disconnect reason error code --- src/param.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/param.rs b/src/param.rs index fc10822..9da0c7f 100644 --- a/src/param.rs +++ b/src/param.rs @@ -232,6 +232,7 @@ param!( UnsupportedRemoteFeature = 0x1A, PairingWithUnitKeyNotSupported = 0x29, UnacceptableConnParameters = 0x3b, + ConnectionEstablishFailed = 0x3e, } );