nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_ack_data_pending_bit_should_be_set()

bool nrf_802154_ack_data_pending_bit_should_be_set ( const nrf_802154_frame_t * p_frame_data,
const nrf_802154_peer_rec_t * p_peer_rec )

Check if a pending bit is to be set in the ACK frame sent in response to a given frame.

Parameters
[in]p_frame_dataPointer to the frame parser data for which the ACK frame is being prepared.
[in]p_peer_recPointer to the peer record already searched for given p_frame_data. The search should have been performed by a call to the nrf_802154_peer_rec_get function. If the record was not found, use NULL to indicate that the record does not exist.
Return values
truePending bit is to be set.
falsePending bit is to be cleared.