spelling: encryption

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:52:54 -05:00
parent 436c0cada7
commit 6c88d0de02

View file

@ -109,7 +109,7 @@ typedef enum {
BLEGATTErrorPrepareQueueFull = 0x09,
BLEGATTErrorAttributeNotFound = 0x0A,
BLEGATTErrorAttributeNotLong = 0x0B,
BLEGATTErrorInsufficientEncrpytionKeySize = 0x0C,
BLEGATTErrorInsufficientEncryptionKeySize = 0x0C,
BLEGATTErrorInvalidAttributeValueLength = 0x0D,
BLEGATTErrorUnlikelyError = 0x0E,
BLEGATTErrorInsufficientEncryption = 0x0F,