Home
last modified time | relevance | path

Searched refs:bt_monitor_send (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.h98 void bt_monitor_send(uint16_t opcode, const void *data, size_t len);
105 #define bt_monitor_send(opcode, data, len) macro
Dmonitor.c228 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()
Dhci_raw.c199 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()
Dhci_core.c4050 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()