Home
last modified time | relevance | path

Searched refs:smp_client_buf_allocation (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/mgmt/mcumgr/smp_client/src/
Dmain.c41 buf[i] = smp_client_buf_allocation(&smp_client, MGMT_GROUP_ID_IMAGE, 1, in ZTEST()
65 nb = smp_client_buf_allocation(&smp_client, MGMT_GROUP_ID_IMAGE, 1, MGMT_OP_WRITE, in ZTEST()
84 buf[0] = smp_client_buf_allocation(&smp_client, MGMT_GROUP_ID_IMAGE, 1, MGMT_OP_WRITE, in ZTEST()
89 buf[1] = smp_client_buf_allocation(&smp_client, MGMT_GROUP_ID_IMAGE, 1, MGMT_OP_WRITE, in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/smp/
Dsmp_client.h79 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group,
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/
Dos_mgmt_client.c62 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_OS, in os_mgmt_client_reset()
131 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_OS, OS_MGMT_ID_ECHO, in os_mgmt_client_echo()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c366 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_IMAGE, in img_mgmt_client_upload()
468 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_IMAGE, in img_mgmt_client_state_write()
533 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_IMAGE, in img_mgmt_client_state_read()
576 nb = smp_client_buf_allocation(active_client->smp_client, MGMT_GROUP_ID_IMAGE, in img_mgmt_client_erase()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c250 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group, in smp_client_buf_allocation() function