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

◆ nrf_802154_bsmap_iterator_rec_delete()

void nrf_802154_bsmap_iterator_rec_delete ( nrf_802154_bsmap_iterator_t * p_iter,
void * p_aux_memory )

Delete a record at given iterator.

Note
The iterator must be valid by nrf_802154_bsmap_iterator_is_valid. After the entry is deleted, the only allowed next call is nrf_802154_bsmap_iterator_next.
Parameters
[in]p_iterPointer to an iterator at which the record is to be deleted.
[in]p_aux_memoryPointer to an auxiliary memory storage used during modification. It must be able to store NRF_802154_BSMAP_AUX_MEMORY_SIZE bytes.