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

◆ config_channel_transport_get()

int config_channel_transport_get ( struct config_channel_transport transport,
uint8_t *  buffer,
size_t  length 
)

#include <applications/nrf_desktop/src/util/config_channel_transport.h>

Handle a get operation on the configuration channel.

Parameters
transportPointer to the configuration channel transport instance.
bufferPointer to the buffer to be filled when handling the get request.
lengthLength of the data to be filled.
Returns
0 if the operation was successful. Otherwise, a (negative) error code is returned.