Pairing result

C

#define BLE_SMP_PAIRING_SUCCESS                             (0x00U)
#define BLE_SMP_PAIRING_FAIL                                (0x01U)
#define BLE_SMP_PAIRING_TIMEOUT                             (0x02U)

Description

Defines the possible outcomes of the BLE pairing process.

Macro Definition

MacroDescription
BLE_SMP_PAIRING_SUCCESSIndicates that the pairing process completed successfully.
BLE_SMP_PAIRING_FAILIndicates that the pairing process failed to complete.
BLE_SMP_PAIRING_TIMEOUTIndicates that the pairing process did not complete within the expected time frame.