Home
last modified time | relevance | path

Searched refs:ble_monitor_send (Results 1 – 5 of 5) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_monitor.c320 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()
Dble_hs_hci_cmd.c36 ble_monitor_send(BLE_MONITOR_OPCODE_COMMAND_PKT, cmd, in ble_hs_hci_cmd_transport()
Dble_monitor_priv.h90 int ble_monitor_send(uint16_t opcode, const void *data, size_t len);
Dble_hs_hci.c264 ble_monitor_send(BLE_MONITOR_OPCODE_EVENT_PKT, (void *) ble_hs_hci_ack, in ble_hs_hci_wait_for_ack()
Dble_hs.c467 ble_monitor_send(BLE_MONITOR_OPCODE_EVENT_PKT, hci_ev, in ble_hs_event_rx_hci_ev()