Searched refs:HCI_DRIVER_DIR_C2H (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/ |
D | hci_driver_nimble.c | 21 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()
|
D | hci_driver_tamplete.c | 57 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()
|
D | hci_driver_standard.c | 48 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/ |
D | hci_transport.c | 53 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/ |
D | esp_hci_driver.h | 14 HCI_DRIVER_DIR_C2H = 0x00, ///< From controller to host. enumerator
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 47 assert(dir == HCI_DRIVER_DIR_C2H); in hci_driver_uart_tx()
|
D | hci_driver_uart_dma.c | 487 assert(dir == HCI_DRIVER_DIR_C2H); in hci_driver_uart_dma_tx()
|