esp_vhci_host_check_send_available() function
Check whether the Controller is ready to receive the packet If the return value is True, the Host can send the packet to the Controller.
Syntax
bool esp_vhci_host_check_send_available(void);
Return value
True if the Controller is ready to receive packets; false otherwise
Notes
This function should be called before each `esp_vhci_host_send_packet()`.
Examples
esp_vhci_host_check_send_available() is referenced by 2 libraries and example projects: