This group includes all function prototypes required to be used.
Functions | |
void | trace_register_printFn (int(*pf)(const char *_Format,...)) |
This function used to set pointer to printing function for logs. More... | |
void | trace_set_level (uint8_t lvl) |
Used to set level of tracing logs. More... | |
void trace_register_printFn | ( | int(*)(const char *_Format,...) | pf | ) |
This function used to set pointer to printing function for logs.
[in] | pf | pointer to printing function |
void trace_set_level | ( | uint8_t | lvl | ) |
Used to set level of tracing logs.
[in] | lvl | Level of trace logs messages to print; using defined trace_levels |
Referenced by ble_device_init(), and ble_init().