Home
last modified time | relevance | path

Searched refs:HCI_DRIVER_DIR_C2H (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_nimble.c21 return s_hci_driver_vhci_env.forward_cb(data_type, data, 0, HCI_DRIVER_DIR_C2H); in hci_driver_vhci_controller_tx()
36 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
Dhci_driver_tamplete.c57 rc = s_hci_driver_vhci_env.forward_cb(data_type, buf, len, HCI_DRIVER_DIR_C2H); in hci_driver_vhci_controller_tx()
107 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
Dhci_driver_standard.c48 rc = s_hci_driver_vhci_env.forward_cb(data_type, buf, buf_len, HCI_DRIVER_DIR_C2H); in hci_driver_vhci_controller_tx()
81 if (dir == HCI_DRIVER_DIR_C2H) { in hci_driver_vhci_tx()
/hal_espressif-latest/components/bt/porting/transport/src/
Dhci_transport.c53 if (dir == HCI_DRIVER_DIR_C2H) { in hci_transport_packet_rx()
81 HCI_DRIVER_DIR_C2H); in hci_transport_controller_evt_tx()
95 HCI_DRIVER_DIR_C2H); in hci_transport_controller_acl_tx()
/hal_espressif-latest/components/bt/porting/transport/include/
Desp_hci_driver.h14 HCI_DRIVER_DIR_C2H = 0x00, ///< From controller to host. enumerator
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.c47 assert(dir == HCI_DRIVER_DIR_C2H); in hci_driver_uart_tx()
Dhci_driver_uart_dma.c487 assert(dir == HCI_DRIVER_DIR_C2H); in hci_driver_uart_dma_tx()