Home
last modified time | relevance | path

Searched refs:rtt_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c108 static uint8_t rtt_buf[RTT_BUF_SIZE]; in monitor_send() local
115 drop = rtt_buf_offset + len > sizeof(rtt_buf); in monitor_send()
117 (void)memcpy(rtt_buf + rtt_buf_offset, data, len); in monitor_send()
123 hdr = (struct bt_monitor_hdr *)rtt_buf; in monitor_send()
133 rtt_buf, rtt_buf_offset); in monitor_send()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_rtt.c60 static uint8_t rtt_buf[RTT_BUFFER_SIZE]; variable
260 rtt_buf, sizeof(rtt_buf), in log_backend_rtt_cfg()