Searched refs:bt_monitor_opcode (Results 1 – 3 of 3) sorted by relevance
/subsys/bluetooth/host/ |
A D | hci_raw.c | 167 bt_monitor_send(bt_monitor_opcode(type, BT_MONITOR_RX), buf->data + 1, buf->len - 1); in bt_hci_recv() 182 bt_monitor_send(bt_monitor_opcode(buf->data[0], BT_MONITOR_TX), in bt_send()
|
A D | monitor.h | 87 static inline uint8_t bt_monitor_opcode(uint8_t type, enum bt_monitor_dir dir) in bt_monitor_opcode() function
|
A D | hci_core.c | 4239 bt_monitor_send(bt_monitor_opcode(type, BT_MONITOR_TX), buf->data + 1, buf->len - 1); in bt_send() 4370 bt_monitor_send(bt_monitor_opcode(type, BT_MONITOR_RX), buf->data + 1, buf->len - 1); in bt_recv_unsafe()
|
Completed in 18 milliseconds