Searched refs:bt_monitor_opcode (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | monitor.h | 76 static inline u8_t bt_monitor_opcode(struct net_buf *buf) in bt_monitor_opcode() function
|
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()
|
Completed in 25 milliseconds