Searched refs:mgmt_handler (Results 1 – 14 of 14) sorted by relevance
74 struct mgmt_handler { struct90 const struct mgmt_handler *mg_handlers; argument155 const struct mgmt_handler *mgmt_find_handler(uint16_t group_id, uint16_t command_id);176 const struct mgmt_handler *mgmt_get_handler(const struct mgmt_group *group, uint16_t command_id);
97 static const struct mgmt_handler zephyr_mgmt_basic_handlers[] = {105 .mg_handlers = (struct mgmt_handler *)zephyr_mgmt_basic_handlers,
32 This will add an extra field to the struct mgmt_handler that will allow a user38 When this config is enabled, a user can use the field `custom_payload` in `mgmt_handler` to
35 const struct mgmt_handler *91 const struct mgmt_handler *
26 static const struct mgmt_handler stat_mgmt_handlers[];266 static const struct mgmt_handler stat_mgmt_handlers[] = {
157 static const struct mgmt_handler shell_mgmt_handlers[] = {
165 static const struct mgmt_handler example_mgmt_handlers[] = {
1081 static const struct mgmt_handler img_mgmt_handlers[] = {1107 static const struct mgmt_handler img_mgmt_handlers[];1112 .mg_handlers = (struct mgmt_handler *)img_mgmt_handlers,
469 static const struct mgmt_handler enum_mgmt_group_handlers[] = {
493 static const struct mgmt_handler settings_mgmt_handlers[] = {
162 const struct mgmt_handler *handler; in smp_handle_single_payload()
111 static const struct mgmt_handler fs_mgmt_handlers[];948 static const struct mgmt_handler fs_mgmt_handlers[] = {
1070 static const struct mgmt_handler os_mgmt_group_handlers[] = {
2093 * Added ``user_data`` as an optional field to :c:struct:`mgmt_handler` when