Lines Matching full:smp
13 #include <zephyr/mgmt/mcumgr/smp/smp.h>
14 #include <zephyr/mgmt/mcumgr/transport/smp.h>
17 * @brief MCUmgr SMP client API
18 * @defgroup mcumgr_smp_client SMP client API
24 * @brief SMP client object
31 /** SMP transport object */
33 /** SMP SEQ */
42 * @brief Initialize a SMP client object.
45 * @param smp_type SMP transport type for discovering transport object
53 * @brief Response callback for SMP send.
64 * @brief SMP client response handler.
67 * @param res_hdr Parsed SMP header
75 * @brief Allocate buffer and initialize with SMP header.
77 * @param smp_client SMP client object
78 * @param group SMP group id
79 * @param command_id SMP command id
80 * @param op SMP operation type
81 * @param version SMP MCUmgr version
90 * @brief Free a SMP client buffer.
97 * @brief SMP client data send request.
99 * @param smp_client SMP client object