From 6c88d0de02f4927f0231545900ada1cb156c6ea9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:52:54 -0500 Subject: [PATCH] spelling: encryption Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/include/bluetooth/bluetooth_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/bluetooth/bluetooth_types.h b/src/include/bluetooth/bluetooth_types.h index 32c2cc55..00fdb003 100644 --- a/src/include/bluetooth/bluetooth_types.h +++ b/src/include/bluetooth/bluetooth_types.h @@ -109,7 +109,7 @@ typedef enum { BLEGATTErrorPrepareQueueFull = 0x09, BLEGATTErrorAttributeNotFound = 0x0A, BLEGATTErrorAttributeNotLong = 0x0B, - BLEGATTErrorInsufficientEncrpytionKeySize = 0x0C, + BLEGATTErrorInsufficientEncryptionKeySize = 0x0C, BLEGATTErrorInvalidAttributeValueLength = 0x0D, BLEGATTErrorUnlikelyError = 0x0E, BLEGATTErrorInsufficientEncryption = 0x0F,