![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Data Structures | |
| struct | ant_sdm_page3_data_t |
| Data structure for SDM data page 3. More... | |
Macros | |
| #define | DEFAULT_ANT_SDM_PAGE3() |
| Initialize page 3. More... | |
Functions | |
| void | ant_sdm_page_3_encode (uint8_t *p_page_buffer, ant_sdm_page3_data_t const *p_page_data) |
| Function for encoding page 3. More... | |
| void | ant_sdm_page_3_decode (uint8_t const *p_page_buffer, ant_sdm_page3_data_t *p_page_data) |
| Function for decoding page 3. More... | |
| #define DEFAULT_ANT_SDM_PAGE3 | ( | ) |
Initialize page 3.
| void ant_sdm_page_3_decode | ( | uint8_t const * | p_page_buffer, |
| ant_sdm_page3_data_t * | p_page_data | ||
| ) |
Function for decoding page 3.
| [in] | p_page_buffer | Pointer to the data buffer. |
| [out] | p_page_data | Pointer to the page data. |
| void ant_sdm_page_3_encode | ( | uint8_t * | p_page_buffer, |
| ant_sdm_page3_data_t const * | p_page_data | ||
| ) |
Function for encoding page 3.
| [in] | p_page_data | Pointer to the page data. |
| [out] | p_page_buffer | Pointer to the data buffer. |