Home
last modified time | relevance | path

Searched defs:smp_client (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_client/src/
Dmain.c26 static struct smp_client_object smp_client; variable
35 ZTEST(smp_client, test_buf_alloc) in ZTEST() argument
37 struct smp_client_object smp_client; in ZTEST() local
59 ZTEST(smp_client, test_msg_send_timeout) in ZTEST() argument
75 ZTEST(smp_client, test_msg_response_handler) in ZTEST() argument
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_client/
DCMakeLists.txt9 project(smp_client) project
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt_client.h22 struct smp_client_object *smp_client; member
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c30 struct smp_client_object *smp_client; member
54 struct smp_client_object *smp_client; in smp_client_handle_reqs() local
211 int smp_client_object_init(struct smp_client_object *smp_client, int smp_type) in smp_client_object_init()
250 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group, in smp_client_buf_allocation()
281 int smp_client_send_cmd(struct smp_client_object *smp_client, struct net_buf *nb, in smp_client_send_cmd()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/
Dos_mgmt_client.c36 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client) in os_mgmt_client_init()
/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c26 static struct smp_client_object smp_client; variable
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h97 struct smp_client_object *smp_client; member
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c296 void img_mgmt_client_init(struct img_mgmt_client *client, struct smp_client_object *smp_client, in img_mgmt_client_init()