Go to the source code of this file.
|
int | config_channel_report_parse (const uint8_t *buffer, size_t length, struct config_event *event) |
| Parse the configuration channel report.
|
|
int | config_channel_report_fill (uint8_t *buffer, const size_t length, const struct config_event *event) |
| Fill the configuration channel report with values from a provided event.
|
|
void | config_channel_transport_init (struct config_channel_transport *transport) |
| Initialize the configuration channel transport instance.
|
|
int | config_channel_transport_get (struct config_channel_transport *transport, uint8_t *buffer, size_t length) |
| Handle a get operation on the configuration channel.
|
|
int | config_channel_transport_set (struct config_channel_transport *transport, const uint8_t *buffer, size_t length) |
| Handle a set operation on the configuration channel.
|
|
int | config_channel_transport_get_disabled (uint8_t *buffer, size_t length) |
| Handle a get operation and inform that the transport is disabled.
|
|
bool | config_channel_transport_rsp_receive (struct config_channel_transport *transport, struct config_event *event) |
| Handle the response received from higher layer.
|
|
void | config_channel_transport_disconnect (struct config_channel_transport *transport) |
| Handle the configuration channel transport disconnection.
|
|