Defines

Pairing failure status values

Defines

#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_OOB_NOT_AVAIL   0x02
 The OOB data is not available.
#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_CONFIRM_VALUE   0x04
 The confirm value doesn't match the calculated compare value.
#define SMP_PAIRING_FAILED_NOT_SUPPORTED   0x05
 Pairing isn't supported by the 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_CMD_NOT_SUPPORTED   0x07
 The SMP command received is not supported on this device.
#define SMP_PAIRING_FAILED_UNSPECIFIED   0x08
 Pairing failed due to an unspecified reason.
#define SMP_PAIRING_FAILED_REPEATED_ATTEMPTS   0x09
 Pairing or authenication procedure is disallowed because too little time has elapsed since the last pairing request or security request.