Searched refs:bt_monitor_opcode (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | monitor.h | 78 static inline uint8_t bt_monitor_opcode(struct net_buf *buf) in bt_monitor_opcode() function
|
D | hci_raw.c | 191 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv() 313 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send()
|
D | hci_core.c | 3660 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send() 3729 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv() 3780 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv_prio()
|