![]() |
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_hrm_page2_data_t |
| Data structure for HRM data page 2. More... | |
Macros | |
| #define | DEFAULT_ANT_HRM_PAGE2() |
| Initialize page 2. More... | |
Functions | |
| void | ant_hrm_page_2_encode (uint8_t *p_page_buffer, ant_hrm_page2_data_t const *p_page_data) |
| Function for encoding page 2. More... | |
| void | ant_hrm_page_2_decode (uint8_t const *p_page_buffer, ant_hrm_page2_data_t *p_page_data) |
| Function for decoding page 2. More... | |
| #define DEFAULT_ANT_HRM_PAGE2 | ( | ) |
Initialize page 2.
| void ant_hrm_page_2_decode | ( | uint8_t const * | p_page_buffer, |
| ant_hrm_page2_data_t * | p_page_data | ||
| ) |
Function for decoding page 2.
| [in] | p_page_buffer | Pointer to the data buffer. |
| [out] | p_page_data | Pointer to the page data. |
| void ant_hrm_page_2_encode | ( | uint8_t * | p_page_buffer, |
| ant_hrm_page2_data_t const * | p_page_data | ||
| ) |
Function for encoding page 2.
| [in] | p_page_data | Pointer to the page data. |
| [out] | p_page_buffer | Pointer to the data buffer. |