Lines Matching full:smp
10 * @brief SMP - Simple Management Protocol.
12 * SMP is a basic protocol that sits on top of the mgmt layer. SMP requests
18 * SMP request packets may contain multiple concatenated requests. Each
30 #include <zephyr/mgmt/mcumgr/transport/smp.h>
38 /** SMP MCUmgr protocol version, part of the SMP header */
81 * @brief Decodes, encodes, and transmits SMP packets.
94 * @brief Processes a single SMP request packet and sends all corresponding responses.
96 * Processes all SMP requests in an incoming packet. Requests are processed
102 * @param streamer The streamer providing the required SMP callbacks.
126 * @brief Translates a SMP version 2 error response to a legacy SMP version 1 error code.
128 * @param ret The SMP version 2 group error value.
130 * @return #enum mcumgr_err_t Legacy SMP version 1 error code to return to client.