nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_pending_bit_for_addr_set()

bool nrf_802154_pending_bit_for_addr_set ( const uint8_t *  p_addr,
bool  extended 
)

#include <nrf_802154/common/include/nrf_802154.h>

Adds the address of a peer node to the pending bit list.

The pending bit list works differently, depending on the upper layer for which the source address matching method is selected:

The method can be set during initialization phase by calling nrf_802154_src_addr_matching_method_set.

Note
This function makes a copy of the given address.
Parameters
[in]p_addrArray of bytes containing the address of the node (little-endian).
[in]extendedIf the given address is an extended MAC address or a short MAC address.
Return values
TrueThe address is successfully added to the list.
FalseNot enough memory to store the address in the list.