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
Macro | Description |
---|---|
BLE_SMP_PAIRING_SUCCESS | Indicates that the pairing process completed successfully. |
BLE_SMP_PAIRING_FAIL | Indicates that the pairing process failed to complete. |
BLE_SMP_PAIRING_TIMEOUT | Indicates that the pairing process did not complete within the expected time frame. |