Searched refs:bt_monitor_send (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | monitor.h | 98 void bt_monitor_send(uint16_t opcode, const void *data, size_t len); 105 #define bt_monitor_send(opcode, data, len) macro
|
| D | monitor.c | 228 void bt_monitor_send(uint16_t opcode, const void *data, size_t len) in bt_monitor_send() function 256 bt_monitor_send(BT_MONITOR_NEW_INDEX, &pkt, sizeof(pkt)); in bt_monitor_new_index() 277 bt_monitor_send(BT_MONITOR_SYSTEM_NOTE, buf, len); in monitor_console_out()
|
| D | hci_raw.c | 199 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_hci_recv() 305 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send()
|
| D | hci_core.c | 4050 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_send() 4117 bt_monitor_send(bt_monitor_opcode(buf), buf->data, buf->len); in bt_recv_unsafe() 4352 bt_monitor_send(BT_MONITOR_OPEN_INDEX, NULL, 0); in bt_enable() 4443 bt_monitor_send(BT_MONITOR_CLOSE_INDEX, NULL, 0); in bt_disable()
|