Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dmonitor.c74 static void monitor_send(const void *data, size_t len) in monitor_send() function
167 monitor_send(&hdr, BT_MONITOR_BASE_HDR_LEN + hdr.hdr_len); in bt_monitor_send()
168 monitor_send(data, len); in bt_monitor_send()
298 monitor_send(&hdr, BT_MONITOR_BASE_HDR_LEN + hdr.hdr_len); in monitor_log_put()
299 monitor_send(&log, sizeof(log)); in monitor_log_put()
300 monitor_send(id, sizeof(id)); in monitor_log_put()
301 monitor_send(ctx.msg, ctx.total_len); in monitor_log_put()

Completed in 5 milliseconds