TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Macros | |
#define | SMP_PAIRING_FAILED_AUTH_REQ 0x03 |
The pairing procedure can't be performed as authentication requirements can't be met due to IO capabilities of one or both devices. | |
#define | SMP_PAIRING_FAILED_CMD_NOT_SUPPORTED 0x07 |
The SMP command received is not supported on this device. | |
#define | SMP_PAIRING_FAILED_CONFIRM_VALUE 0x04 |
The confirm value doesn't match the calculated compare value. | |
#define | SMP_PAIRING_FAILED_DHKEY_CHECK_FAILED 0x0B |
Indicates to the remote device that the DHKey Check value received does not match the one calculated by the local device. | |
#define | SMP_PAIRING_FAILED_ENC_KEY_SIZE 0x06 |
The resultant encryption key size is insufficient for the security requirements of this device. | |
#define | SMP_PAIRING_FAILED_INVALID_PARAMETERS 0x0A |
Indicates that the command length is invalid or that a parameter is outside of the specified range. | |
#define | SMP_PAIRING_FAILED_NOT_SUPPORTED 0x05 |
Pairing isn't supported by the device. | |
#define | SMP_PAIRING_FAILED_NUM_COMPARISON_FAILED 0x0C |
Indicates that the confirm value in the numeric comparison protocol do not match. | |
#define | SMP_PAIRING_FAILED_OOB_NOT_AVAIL 0x02 |
The OOB data is not available. | |
#define | SMP_PAIRING_FAILED_PASSKEY_ENTRY_FAILED 0x01 |
The user input of the passkey failed, for example, the user cancelled the operation. | |
#define | SMP_PAIRING_FAILED_REPEATED_ATTEMPTS 0x09 |
Pairing or authentication procedure is disallowed because too little time has elapsed since the last pairing request or security request. | |
#define | SMP_PAIRING_FAILED_UNSPECIFIED 0x08 |
Pairing failed due to an unspecified reason. | |