Home
last modified time | relevance | path

Searched refs:smp_client_res_fn (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/smp/
Dsmp_client.h54 typedef int (*smp_client_res_fn)(struct net_buf *nb, void *user_data); typedef
103 smp_client_res_fn cb, void *user_data, int timeout_in_sec);
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c32 smp_client_res_fn cb;
82 smp_client_res_fn cb; in smp_client_transport_work_fn()
228 smp_client_res_fn cb; in smp_client_single_response()
282 smp_client_res_fn cb, void *user_data, int timeout_in_sec) in smp_client_send_cmd()