Permission key size
C
#define ATT_PERMISSION_KEY_SIZE 0x10
Description
Defines the minimum key size for attribute permissions.
Note
Access to certain attributes may require permissions such as encryption or authentication. The key size specifies the minimum length of the encryption key required for secure access. Acceptable key lengths range from 7 to 16 bytes. A key size less than the minimum is deemed insecure.Setting the key size to zero disables the key size check.
Macro Definition
Macro | Description |
---|---|
ATT_PERMISSION_KEY_SIZE | Minimum length of the encryption key. |