nRF Connect SDK API 0.1.0
|
int config_channel_report_parse | ( | const uint8_t * | buffer, |
size_t | length, | ||
struct config_event * | event | ||
) |
#include <applications/nrf_desktop/src/util/config_channel_transport.h>
Parse the configuration channel report.
buffer | Pointer to the report buffer to be parsed. |
length | Length of the buffer. |
event | Pointer to the event used to store the parsed values. |