esp_vhci_host_send_packet() function
Send the packet to the Controller
Syntax
void esp_vhci_host_send_packet(uint8_t *data,
uint16_t len);
Arguments
data
Pointer to the packet data
Notes
1. This function shall not be called within a critical section or when the scheduler is suspended. 2. This function should be called only if `esp_vhci_host_check_send_available()` returns True.
esp_vhci_host_send_packet() is called by 2 functions and calls 3 functions:
![]()
esp_vhci_host_send_packet()
esp_vhci_host_send_packet():
![]()
esp_vhci_host_send_packet()