nRF Connect SDK API 2.8.99
|
int config_channel_report_fill | ( | uint8_t * | buffer, |
const size_t | length, | ||
const struct config_event * | event ) |
#include <applications/nrf_desktop/src/util/config_channel_transport.h>
Fill the configuration channel report with values from a provided event.
buffer | Pointer to the report buffer to be filled. |
length | Length of the buffer. |
event | Pointer to an event with values to be copied to the buffer. |