#include <nrf_802154/driver/src/nrf_802154_notification.h>
Notifies the next higher layer that the reception of a frame failed.
- Parameters
-
[in] | error | Error code that indicates the reason of the failure. |
[in] | id | Identifier of reception window the error occurred in. If the error is related to a delayed reception window requested through nrf_802154_receive_at, the value of id equals the identifier of the scheduled reception window. Otherwise, the value of id equals NRF_802154_RESERVED_IMM_RX_WINDOW_ID. |
[in] | allow_drop | Indicates if the notification can be dropped safely. |
- Return values
-
true | The next higher layer is bound to be notified about the frame reception failure. |
false | Notification could not be executed. |