Pairing result

C

#define BLE_SMP_PAIRING_SUCCESS                             0x00
#define BLE_SMP_PAIRING_FAIL                                0x01
#define BLE_SMP_PAIRING_TIMEOUT                             0x02

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.