Write the value part of record at given iterator.
- Note
- The iterator must be valid by nrf_802154_bsmap_iterator_is_valid.
- Parameters
-
| [in] | p_iter | Pointer to an iterator at which the record value to write. |
| [in] | p_value | Pointer to the buffer containing the value to write. If value_size passed to the nrf_802154_bsmap_init function is zero, this parameter is ignored and can be NULL. However, there is no point in calling this function if the map does not store values. |
| [in] | p_aux_memory | Pointer to an auxiliary memory storage used during modification. It must be able to store NRF_802154_BSMAP_AUX_MEMORY_SIZE bytes. |