Searched defs:smp_client (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_client/src/ |
D | main.c | 26 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-latest/tests/subsys/mgmt/mcumgr/smp_client/ |
D | CMakeLists.txt | 9 project(smp_client) project
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_client.h | 29 struct smp_client_object *smp_client; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/ |
D | client.c | 30 struct smp_client_object *smp_client; member 54 struct smp_client_object *smp_client; in smp_client_handle_reqs() local 213 int smp_client_object_init(struct smp_client_object *smp_client, int smp_type) in smp_client_object_init() 252 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group, in smp_client_buf_allocation() 283 int smp_client_send_cmd(struct smp_client_object *smp_client, struct net_buf *nb, in smp_client_send_cmd()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/ |
D | os_mgmt_client.c | 36 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client) in os_mgmt_client_init()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | main.c | 26 static struct smp_client_object smp_client; variable
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 104 struct smp_client_object *smp_client; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 296 void img_mgmt_client_init(struct img_mgmt_client *client, struct smp_client_object *smp_client, in img_mgmt_client_init()
|