mirror of
https://github.com/google/pebble.git
synced 2025-11-20 14:30:55 -05:00
spelling: encryption
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -109,7 +109,7 @@ typedef enum {
|
|||||||
BLEGATTErrorPrepareQueueFull = 0x09,
|
BLEGATTErrorPrepareQueueFull = 0x09,
|
||||||
BLEGATTErrorAttributeNotFound = 0x0A,
|
BLEGATTErrorAttributeNotFound = 0x0A,
|
||||||
BLEGATTErrorAttributeNotLong = 0x0B,
|
BLEGATTErrorAttributeNotLong = 0x0B,
|
||||||
BLEGATTErrorInsufficientEncrpytionKeySize = 0x0C,
|
BLEGATTErrorInsufficientEncryptionKeySize = 0x0C,
|
||||||
BLEGATTErrorInvalidAttributeValueLength = 0x0D,
|
BLEGATTErrorInvalidAttributeValueLength = 0x0D,
|
||||||
BLEGATTErrorUnlikelyError = 0x0E,
|
BLEGATTErrorUnlikelyError = 0x0E,
|
||||||
BLEGATTErrorInsufficientEncryption = 0x0F,
|
BLEGATTErrorInsufficientEncryption = 0x0F,
|
||||||
|
|||||||
Reference in New Issue
Block a user