Searched refs:bt_monitor_send (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | monitor.h | 92 void bt_monitor_send(u16_t opcode, const void *data, size_t len); 99 #define bt_monitor_send(opcode, data, len) macro
|
A D | monitor.c | 156 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 D | hci_raw.c | 166 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 D | hci_api.c | 1741 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv_prio()
|
A D | hci_core.c | 7106 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