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

◆ nrf_802154_pan_id_get()

bool nrf_802154_pan_id_get ( uint8_t * p_pan_id)

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

Gets the PAN ID used by the device.

Parameters
[out]p_pan_idPointer to the buffer where the PAN ID value will be stored (2 bytes, little-endian).
Return values
trueThe PAN ID was retrieved successfully.
falseThe PAN ID could not be retrieved or the pointer is NULL.