Skip to content

Commit

Permalink
add potential disconnect reason error code
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed May 15, 2024
1 parent 32eba64 commit 0757f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ param!(
UnsupportedRemoteFeature = 0x1A,
PairingWithUnitKeyNotSupported = 0x29,
UnacceptableConnParameters = 0x3b,
ConnectionEstablishFailed = 0x3e,
}
);

Expand Down

0 comments on commit 0757f9a

Please sign in to comment.