Searched refs:ble_monitor_send (Results 1 – 5 of 5) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_monitor.c | 320 int ble_monitor_send(uint16_t opcode, const void *data, size_t len) in ble_monitor_send() function 359 ble_monitor_send(BLE_MONITOR_OPCODE_NEW_INDEX, &pkt, sizeof(pkt)); in ble_monitor_new_index() 427 ble_monitor_send(BLE_MONITOR_OPCODE_SYSTEM_NOTE, buf, len); in ble_monitor_out()
|
D | ble_hs_hci_cmd.c | 36 ble_monitor_send(BLE_MONITOR_OPCODE_COMMAND_PKT, cmd, in ble_hs_hci_cmd_transport()
|
D | ble_monitor_priv.h | 90 int ble_monitor_send(uint16_t opcode, const void *data, size_t len);
|
D | ble_hs_hci.c | 264 ble_monitor_send(BLE_MONITOR_OPCODE_EVENT_PKT, (void *) ble_hs_hci_ack, in ble_hs_hci_wait_for_ack()
|
D | ble_hs.c | 467 ble_monitor_send(BLE_MONITOR_OPCODE_EVENT_PKT, hci_ev, in ble_hs_event_rx_hci_ev()
|