btstack_crc32_update() function
Update the CRC32 value with new data.
Syntax
uint32_t btstack_crc32_update(uint32_t crc,
const uint8_t * data,
uint32_t data_len);
Arguments
crc
The current crc value.
data
Pointer to a buffer of \a data_len bytes.
data_len
Number of bytes in the \a data buffer.
Return value
The updated crc value.