Home
last modified time | relevance | path

Searched refs:os_mgmt_client (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt_client.h27 struct os_mgmt_client { struct
41 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client); argument
53 int os_mgmt_client_echo(struct os_mgmt_client *client, const char *echo_string, size_t max_len);
63 int os_mgmt_client_reset(struct os_mgmt_client *client);
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/
Dos_mgmt_client.c32 static struct os_mgmt_client *active_client;
36 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client) in os_mgmt_client_init()
54 int os_mgmt_client_reset(struct os_mgmt_client *client) in os_mgmt_client_reset()
122 int os_mgmt_client_echo(struct os_mgmt_client *client, const char *echo_string, size_t max_len) in os_mgmt_client_echo()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/
DCMakeLists.txt10 zephyr_library_sources(src/os_mgmt_client.c)
/Zephyr-latest/subsys/mgmt/mcumgr/grp/
DCMakeLists.txt12 add_subdirectory_ifdef(CONFIG_MCUMGR_GRP_OS_CLIENT os_mgmt_client)
DKconfig13 rsource "os_mgmt_client/Kconfig"
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dmain.c28 static struct os_mgmt_client os_client;