Searched refs:user_log (Results 1 – 1 of 1) sorted by relevance
344 struct bt_monitor_user_logging user_log; in monitor_log_process() local362 sizeof(user_log) + sizeof(id) + ctx.total_len + 1); in monitor_log_process()364 user_log.priority = monitor_priority_get(log_msg_get_level(&msg->log)); in monitor_log_process()365 user_log.ident_len = sizeof(id); in monitor_log_process()368 monitor_send(&user_log, sizeof(user_log)); in monitor_log_process()
Completed in 14 milliseconds