Searched refs:os_mgmt_client (Results 1 – 6 of 6) sorted by relevance
27 struct os_mgmt_client { struct41 void os_mgmt_client_init(struct os_mgmt_client *client, struct smp_client_object *smp_client); argument53 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);
32 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()
10 zephyr_library_sources(src/os_mgmt_client.c)
12 add_subdirectory_ifdef(CONFIG_MCUMGR_GRP_OS_CLIENT os_mgmt_client)
13 rsource "os_mgmt_client/Kconfig"
28 static struct os_mgmt_client os_client;