| Enumerator |
|---|
| NRF_SCAN_SUCCESS | |
| NRF_SCAN_ERROR_PROTOCOL | Generic error response.
|
| NRF_SCAN_ERROR_BIT_STUFFING_ERROR | RX. Node receives 6 consecutive dominant/recessive bits between SOF and CRC.
|
| NRF_SCAN_ERROR_BIT0_ERROR | TX. Node can't send dominant bit.
|
| NRF_SCAN_ERROR_BIT1_ERROR | TX. Node can't send recessive bit.
|
| NRF_SCAN_ERROR_FORM_ERROR | RX. Node receives an invalid value in a bit that belongs to SOF/EOF fields or ACK/CRC delimiters.
|
| NRF_SCAN_ERROR_ACK_ERROR | TX. Node transmits message but ACK slot is not made dominant by receivers.
|
| NRF_SCAN_ERROR_CRC_ERROR | RX. Node calculates message CRC that differs from the one sent.
|
| NRF_SCAN_ERROR_BUSY | API level error. sCAN is busy.
|
| NRF_SCAN_ERROR_UNSUPPORTED | API level error. Config parameter combination is not supported.
|
| NRF_SCAN_ERROR_INVALID_PARAM | API level error. Invalid config parameter.
|
| NRF_SCAN_ERROR_INVALID_STATE | API level error. nrfx driver in invalid state.
|