nrfxlib API 2.8.99
|
void nrf_802154_auto_pending_bit_set | ( | bool | enabled | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Enables or disables setting a pending bit in automatically transmitted ACK frames.
The radio driver automatically sends ACK frames in response frames destined for this node with the ACK Request bit set. The pending bit in the ACK frame can be set or cleared regarding data in the indirect queue destined for the ACK destination.
If setting a pending bit in ACK frames is disabled, the pending bit in every ACK frame is set. If setting a pending bit in ACK frames is enabled, the radio driver checks if there is data in the indirect queue destined for the ACK destination. If there is no such data, the pending bit is cleared.
[in] | enabled | If setting a pending bit in ACK frames is enabled. |