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/ |
D | main.c | 41 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/ |
D | smp_client.h | 79 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/ |
D | os_mgmt_client.c | 62 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/ |
D | img_mgmt_client.c | 366 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/ |
D | client.c | 250 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group, in smp_client_buf_allocation() function
|