nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ config_channel_transport_set()

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.

Parameters
transportPointer to the configuration channel transport instance.
bufferPointer to the report buffer to be parsed to handle the set request.
lengthLength of the incoming data.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.