BLE_API
v2.1.3
|
BleAuthenticationStatus | |
typedef uint8_t | BleAuthStatus |
#define | AUTH_SUCCESS 0x00 |
#define | AUTH_ERR_PASSKEY_ENTRY_FAILED 0x01 |
#define | AUTH_ERR_OOB_NOT_AVAILABLE 0x02 |
#define | AUTH_ERR_AUTHENTICATION_REQUIREMENTS 0x03 |
#define | AUTH_ERR_CONFIRM_VALUE_FAILED 0x04 |
#define | AUTH_ERR_PAIRING_NOT_SUPPORTED 0x05 |
#define | AUTH_ERR_ENCRYPTION_KEY_SIZE 0x06 |
#define | AUTH_ERR_COMMAND_NOT_SUPPORTED 0x07 |
#define | AUTH_ERR_UNSPECIFIED_REASON 0x08 |
#define | AUTH_ERR_REPEATED_ATTEMPTS 0x09 |
#define | AUTH_ERR_INVALID_PARAMETERS 0x0A |
#define | AUTH_ERR_DHKEY_CHECK_FAILED 0x0B |
#define | AUTH_ERR_NUMERIC_COMPARISON_FAILED 0x0C |
#define | AUTH_ERR_BR_EDR_PAIRING_IN_PROGRESS 0x0D |
#define | AUTH_ERR_CROSS_TRANS_KEY_GEN_NOT_ALLOWED 0x0E |
#define | AUTH_ERR_TIMEOUT 0x0F |
#define | AUTH_ERR_PIN_OR_KEY_MISSING 0x10 |
BLE authentication status definition.
#define AUTH_ERR_AUTHENTICATION_REQUIREMENTS 0x03 |
Error authentication requirement.
#define AUTH_ERR_BR_EDR_PAIRING_IN_PROGRESS 0x0D |
BR/EDR paring in progress.
#define AUTH_ERR_COMMAND_NOT_SUPPORTED 0x07 |
Command not supported.
#define AUTH_ERR_CONFIRM_VALUE_FAILED 0x04 |
Confirm value failed.
#define AUTH_ERR_CROSS_TRANS_KEY_GEN_NOT_ALLOWED 0x0E |
BR/EDR Link Key cannot be used for LE keys.
#define AUTH_ERR_DHKEY_CHECK_FAILED 0x0B |
DHKey check failed.
#define AUTH_ERR_ENCRYPTION_KEY_SIZE 0x06 |
Encryption key size.
#define AUTH_ERR_INVALID_PARAMETERS 0x0A |
Invalid parameters.
#define AUTH_ERR_NUMERIC_COMPARISON_FAILED 0x0C |
Numeric comparison failed.
#define AUTH_ERR_OOB_NOT_AVAILABLE 0x02 |
Out of Band key not available.
#define AUTH_ERR_PAIRING_NOT_SUPPORTED 0x05 |
Pairing not supported.
#define AUTH_ERR_PASSKEY_ENTRY_FAILED 0x01 |
Passkey entry failed.
#define AUTH_ERR_PIN_OR_KEY_MISSING 0x10 |
Bonding PIN / KEY missing.
#define AUTH_ERR_REPEATED_ATTEMPTS 0x09 |
Too little time has elapsed since last attempt.
#define AUTH_ERR_TIMEOUT 0x0F |
Procedure time out.
#define AUTH_ERR_UNSPECIFIED_REASON 0x08 |
Unspecified reason.
#define AUTH_SUCCESS 0x00 |
Success.