nRF Connect SDK API 2.8.99
|
int config_channel_transport_set | ( | struct config_channel_transport * | transport, |
const uint8_t * | buffer, | ||
size_t | length ) |
#include <applications/nrf_desktop/src/util/config_channel_transport.h>
Handle a set operation on the configuration channel.
transport | Pointer to the configuration channel transport instance. |
buffer | Pointer to the report buffer to be parsed to handle the set request. |
length | Length of the incoming data. |