Home
last modified time | relevance | path

Searched refs:os_mgmt_client_init (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt_client.h41 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client);
/Zephyr-latest/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() function
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c241 os_mgmt_client_init(&os_client, &smp_client); in setup_custom_os()