Check if a pending bit is to be set in the ACK frame sent in response to a given frame.
- Parameters
-
| [in] | p_frame_data | Pointer to the frame parser data for which the ACK frame is being prepared. |
| [in] | p_peer_rec | Pointer 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
-
| true | Pending bit is to be set. |
| false | Pending bit is to be cleared. |