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
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. |