Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dmonitor.h92 void bt_monitor_send(u16_t opcode, const void *data, size_t len);
99 #define bt_monitor_send(opcode, data, len) macro
A Dmonitor.c156 void bt_monitor_send(u16_t opcode, const void *data, size_t len) in bt_monitor_send() function
184 bt_monitor_send(BT_MONITOR_NEW_INDEX, &pkt, sizeof(pkt)); in bt_monitor_new_index()
205 bt_monitor_send(BT_MONITOR_SYSTEM_NOTE, buf, len); in monitor_console_out()
A Dhci_raw.c166 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv()
267 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send()
A Dhci_api.c1741 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv_prio()
A Dhci_core.c7106 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send()
7117 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv()
7165 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv_prio()
7385 bt_monitor_send(BT_MONITOR_OPEN_INDEX, NULL, 0); in bt_enable()

Completed in 20 milliseconds