nrfxlib API 2.8.99
|
bool nrf_802154_pending_bit_for_addr_clear | ( | const uint8_t * | p_addr, |
bool | extended ) |
#include <nrf_802154/common/include/nrf_802154.h>
Removes address of a peer node from 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.
[in] | p_addr | Array of bytes containing the address of the node (little-endian). |
[in] | extended | If the given address is an extended MAC address or a short MAC address. |
True | The address is successfully removed from the list. |
False | No such address in the list. |