![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Functions | |
void | ant_sdm_page_16_encode (uint8_t *p_page_buffer, ant_sdm_common_data_t const *p_common_data) |
Function for encoding page 16. More... | |
void | ant_sdm_page_16_decode (uint8_t const *p_page_buffer, ant_sdm_common_data_t *p_common_data) |
Function for decoding page 16. More... | |
void ant_sdm_page_16_decode | ( | uint8_t const * | p_page_buffer, |
ant_sdm_common_data_t * | p_common_data | ||
) |
Function for decoding page 16.
[in] | p_page_buffer | Pointer to the data buffer. |
[out] | p_common_data | Pointer to the page data. |
void ant_sdm_page_16_encode | ( | uint8_t * | p_page_buffer, |
ant_sdm_common_data_t const * | p_common_data | ||
) |
Function for encoding page 16.
[in] | p_common_data | Pointer to the page data. |
[out] | p_page_buffer | Pointer to the data buffer. |