![]() |
nRF Connect SDK API 3.3.99
|
| void nrf_profiler_log_encode_string | ( | struct log_event_buf * | buf, |
| const char * | string ) |
#include <include/nrf_profiler.h>
Encode and add string to a buffer.
Maximum 255 characters can be sent (the rest is omitted).
| buf | Pointer to the data buffer. |
| string | String to add to the buffer. |