![]() |
nRF Connect SDK API 3.3.99
|
#include <stdarg.h>#include <stddef.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | dect_net_l2_shell_print_fns |
| Structure for custom print functions. More... | |
Typedefs | |
| typedef void(* | dect_net_l2_shell_print_fn_t) (const struct shell *shell, const char *fmt,...) |
| Print function pointer type matching shell_print signature. | |
| typedef void(* | dect_net_l2_shell_vprint_fn_t) (const struct shell *shell, const char *fmt, va_list args) |
| Print function pointer type for variadic arguments. | |
Functions | |
| int | dect_net_l2_shell_init (const struct dect_net_l2_shell_print_fns *print_fns) |
| Initialize l2_shell library with custom print functions. | |
| char * | dect_net_l2_shell_util_mac_err_to_string (enum dect_status_values status, char *out_str_buff, size_t out_str_buff_len) |