mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: encryption
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
436c0cada7
commit
6c88d0de02
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue