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

◆ nrf_802154_alternate_short_address_get()

bool nrf_802154_alternate_short_address_get ( uint8_t * p_short_address)

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

Gets the alternate short address of the device.

Parameters
[out]p_short_addressPointer to the buffer where the alternate short address will be stored (2 bytes, little-endian).
Return values
trueThe alternate short address was retrieved successfully.
falseThe alternate short address is not set or could not be retrieved. Function returns false also if the pointer is NULL.