| [out] | p_bsmap | Pointer to the BSMAP object to initialize. |
| [in] | key_size | The size of the key in bytes. Must be greater than 0 and no more than UINT16_MAX . |
| [in] | value_size | The size of the value associated with the key in bytes. If 0, the BSMAP will store only keys. Must not be more than UINT16_MAX . Sum of the key size and value size must also not be more than UINT16_MAX . |
| [in] | capacity | The capacity (maximum number of keys) of the BSMAP. Must not be more than UINT16_MAX . |
| [in] | p_memory | Pointer to a memory storage for the BSMAP. Must be able to store NRF_802154_BSMAP_MEMORY_SIZE bytes. |