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

◆ nrf_802154_promiscuous_set()

void nrf_802154_promiscuous_set ( bool  enabled)

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

Enables or disables the promiscuous radio mode.

Note
The promiscuous mode is disabled by default.

In the promiscuous mode, the driver notifies the higher layer that it received any frame (regardless frame type or destination address). In normal mode (not promiscuous), the higher layer is not notified about ACK frames and frames with unknown type. Also, frames with a destination address not matching the device address are ignored.

Parameters
[in]enabledIf the promiscuous mode is to be enabled.